MCQOPTIONS
Bookmark
Saved Bookmarks
→
Object Oriented Programming Using C++
→
Abstract Class in Object Oriented Programming Using C++
→
The private member s are made public to all the cl..
1.
The private member s are made public to all the classes in inheritance.
A.
True
B.
False
Answer» C.
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
If object of lowest level class is created (last derived class) ________________ of its parent class constructors are called.
If hierarchical inheritance requires to inherit more than one class to single class, which syntax is correct? (A, B, C are class names)
The private member s are made public to all the classes in inheritance.
Diamond problem includes ____________________ hybrid inheritance.
If single inheritance is used with class A and B. A is base class. Then class C, D and E where C is base class and D is derived from C, then E is derived from D. Class C is made to inherit from class B. Which is the resultant type?
How many types of inheritance should be used for hybrid?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply