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

Verified
Correct Answer:
Verified
Related Questions
Q10: A pure virtual function<br>A)must be accompanied by
Q12: A pure virtual function<br>A)is a virtual function
Q13: A virtual function is declared by placing
Q16: The term means the ability to take
Q17: When more than one class is derived
Q18: Static binding occurs when the compiler binds
Q18: An abstract class is somewhat restricted in
Q19: When the compiler binds a call to
Q20: In C++, polymorphism is based on the
Q26: Pointers to a base class may be