InterviewSolution
Saved Bookmarks
| 1. |
Which among the following can restrict class members to get inherited?(a) Private(b) Protected(c) Public(d) All threeThe question was posed to me in an internship interview.My doubt stems from Access Specifiers in division Access Specifiers of Object Oriented Programming |
|
Answer» The correct option is (a) Private |
|