Discussion :: Object Oriented Programming Using C++
-
If a derived class uses the public access specifier, then _____
A.
public base class members remain public in the derived class
|
B.
protected base class members become public in the derived class
|
C.
both (a) and (b)
|
D.
neither (a) nor (b)
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment