Discussion :: Objects and Classes
-
Which of the following statements is correct when a class is inherited privately?
A.
Public members of the base class become protected members of derived class.
|
B.
Public members of the base class become private members of derived class.
|
C.
Private members of the base class become private members of derived class.
|
D.
Public members of the base class become public members of derived class.
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment