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

Verified
Correct Answer:
Verified
Related Questions
Q2: A virtual member function of class that
Q3: The term _ means the ability to
Q4: In C++ polymorphism is very difficult to
Q6: When the compiler binds a call to
Q7: A virtual function is declared by placing
Q8: A class with at least one pure
Q9: Polymorphism is when _ in a class
Q10: Declaring a member function of a class
Q11: _ to a base class may be
Q26: Pointers to a base class may be