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