InterviewSolution
Saved Bookmarks
| 1. |
Which members are inherited but are not accessible in any case?(a) Private(b) Public(c) Protected(d) Both private and protectedI got this question in an online quiz.The doubt is from OOPs Concept in portion Basics Concepts of C++ of C++ |
|
Answer» Correct option is (a) PRIVATE |
|