Multiple Choice
Polymorphism in C++ will not work unless ________.
A) pointers or references are being used
B) the members of the class are public
C) the <polymorphic> header file is included
D) All of the above
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: Declaring a member function of a class
Q11: _ to a base class may be
Q12: When more than one class is derived
Q13: A pure virtual function<br>A) must be overridden
Q14: An abstract class is<br>A) one that has
Q16: A pure virtual function<br>A) is a virtual
Q17: An abstract class is somewhat restricted in
Q18: Static binding occurs when the compiler binds
Q19: When a virtual member function of a
Q20: In C++, polymorphism is based on the