InterviewSolution
Saved Bookmarks
| 1. |
If one class have derived the base class privately then another class can’t derive the base class publically.(a) True(b) FalseThis question was addressed to me in unit test.Question is taken from Hierarchical Inheritance in section Inheritance & its Types of Object Oriented Programming |
|
Answer» The CORRECT answer is (b) False |
|