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