MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
Private members of the class are not inheritable...
1.
Private members of the class are not inheritable.
A.
TRUE
B.
FALSE
C.
May Be
D.
Can't Say
E.
Answer» C. May Be
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Private members of the class are not inheritable.
What will be the order of execution of base class constructors in the following method of inheritance. class a: public b, virtual public c {...};
The friend functions and the member functions of a friend class can directly access the______________ data.
In inheritance, order of execution of base class and derived class destructors are:
State whether the following statements about inheritance are True or False. i) A public member of a class can be accessed by its own objects using the dot operator. ii) While inheriting, the private members of the base class will never become the members of its derived class.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply