InterviewSolution
Saved Bookmarks
| 1. |
If A Class Derives From Another Class, Will The Derived Class Automatically Contain All The Public, Protected, And Internal Members Of The Base Class? |
|
Answer» YES, the derived class will AUTOMATICALLY contain all the PUBLIC, protected, and internal members of the BASE class except its constructors and destructors. Yes, the derived class will automatically contain all the public, protected, and internal members of the base class except its constructors and destructors. |
|