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

Discussion :: Object Oriented Programming Using C++

  1. The code class Descendant : virtual public Ancestor indicates that

  2. A.
    the members of Ancestor will be included more than once in Descendant
    B.
    the members of Ancestor will be included only once in Descendant
    C.
    the members of Descendant will be included more than once in Ancestor
    D.
    the members of Descendant will be included only once in Ancestor

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment