Solved

The Following Code Is an Example of the Correct Use

Question 39

Multiple Choice

The following code is an example of the correct use of the virtual keyword (assume Student is a subclass of Person ) : ____.


A) virtual public Person
B) class Student : public Person (virtual)
C) virtual class Student : public Person
D) class Student : virtual public Person

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions