InterviewSolution
Saved Bookmarks
| 1. |
Which access specifier is usually used for data members of a class?(a) Private(b) Default(c) Protected(d) PublicThe question was posed to me during an online exam.The origin of the question is Access Specifiers topic in section Access Specifiers of Object Oriented Programming |
|
Answer» Correct choice is (a) Private |
|