Discussion :: Object Oriented Programming Using C++
-
The code class Descendant : virtual public Ancestor indicates that
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
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment