Short Answer
Once a class contains one or more pure virtual functions,then that class is called a(n)____________________ class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which of the following operations is allowed
Q5: The _ operator can be used to
Q10: Consider the following statements:<br>void pointerParameters(int* &p,double *q)<br>{<br>.<br>.<br>.<br>}<br>In
Q11: Consider the following statements:<br>int x;<br>int &y =
Q17: The code int *p; declares p to
Q17: Consider the following statements:<br>void pointerParameters(int* &p,double *q)<br>{<br>.<br>.<br>.<br>}<br>In
Q20: The dereferencing operator is also known as
Q21: In C++, the dot operator has a
Q23: If p is a pointer variable, the
Q43: In C++, you declare a pointer variable