InterviewSolution
Saved Bookmarks
| 1. |
Which specifier allows to secure the public members of base class in inherited classes?(a) Private(b) Protected(c) Public(d) Private and ProtectedI got this question by my school teacher while I was bunking the class.My question comes from Public Access Specifier topic in division Access Specifiers of Object Oriented Programming |
|
Answer» The CORRECT choice is (d) Private and Protected |
|