Solved

Polymorphism in C++ Will Not Work Unless

Question 15

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions