A class with at least one pure virtual function is called

A) a pure virtual class.
B) a virtual base class.
C) an abstract class.
D) All of the above
E) None of the above

C) an abstract class.

Computer Science & Information Technology

You might also like to view...

What type of storage allows for easily creating shared folders for different host machines?

A. SAN B. DAS C. NAS

Computer Science & Information Technology

When copying an object involves only copying the values of its data members, the copy is called a(n) ?

a. shallow copy b. deep copy c. transfer copy d. virtual copy

Computer Science & Information Technology