InterviewSolution
Saved Bookmarks
| 1. |
Which specifier allows a programmer to make the private members which can be inherited?(a) Private(b) Default(c) Protected(d) Protected and defaultI got this question during an interview.My query is from Access Specifiers in chapter Access Specifiers of Object Oriented Programming |
|
Answer» Right choice is (C) PROTECTED |
|