1. Computer Science Engineering (CSE)
  2. CPP Programming
  3. When the inheritance is private, the pri...
Q.

When the inheritance is private, the private methods in base class are __________ in the derived class (in C++).

A. inaccessible
B. accessible
C. protected
D. public
Answer» A. inaccessible
View all MCQs in:   CPP Programming

Discussion