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

Discussion :: Object Oriented Programming Using C++

  1. The keyword virtual indicates that

  2. A.
    a derived class has public access to a base class
    B.
    more than one base class exists
    C.
    a base class should be used only once in inheritance
    D.
    a derived class should have more than one base class constructed

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment