A pure virtual function is a member function
a) Whose declaration ends with = 0.
b) That is used in a derived class only.
c) That is used in a base class
d) Takes no arguments
e) Member form that is used to force all derived classes to implement that member function or be a pure virtual function member of the derived class.
a) Whose declaration ends with = 0. , c) That is used in a base class , and e) Member form that is used to force all derived classes to implement that member function or be a pure virtual function member of the derived class.
The description in the several correct parts about does it. The part missing is: A class that has a pure virtual member function is called an abstract base class. No objects can be defined of abstract base class type since it is an incomplete definition.
You might also like to view...
The number of documents you are permitted to store on your computer is:
A) 1000. B) as many as the memory of your computer will allow. C) 10. D) 100.
What command can a Vim user type if they want to cut the line of text the cursor is currently positioned in?
A. cc B. dd C. aa D. tt