The main difference between a pure virtual function and a virtual function is:
a. The return type.
b. The member access specifier.
c. That a pure virtual function cannot have an implementation.
d. The location in the class.
c. That a pure virtual function cannot have an implementation.
Computer Science & Information Technology
You might also like to view...
Which of the following statements best describes the Biba security model?
A) No read up, no write up B) No write up, no write down C) No read up, no write down D) No read down, no write up
Computer Science & Information Technology
A static method can ________.
a. call only other static methods of the same class directly b. manipulate only static fields in the same class directly c. be called using the class name and a dot (.) d. All of the above.
Computer Science & Information Technology