Multiple Choice
To indicate that a member function of a class is pure virtual,
A) you must include the <pure> header file.
B) you use the keywords pure virtual.
C) you must put = 0 where the body of the function would go.
D) All of the above
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q3: When a virtual member function of a
Q4: In C++ polymorphism is very difficult to
Q4: A class with at least one pure
Q5: functions are dynamically bound by the compiler.<br>A)Constructor<br>B)Static<br>C)Destructor<br>D)Virtual<br>E)None
Q6: Declaring a member function of a class
Q7: An abstract class is<br>A)one that supports polymorphism.<br>B)one
Q8: to a base class may be assigned
Q9: Polymorphism is when in a class hierarchy
Q10: A pure virtual function<br>A)must be accompanied by
Q18: Static binding occurs when the compiler binds