Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. If a base class member is private, then

  2. 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)

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment