Solved

Consider the Following Class Definition: Class DClass: BClass

Question 12

Multiple Choice

Consider the following class definition: class dClass: bClass
{
//class members list
};
The class dClass is derived from the class bClass using the ____ type of inheritance.


A) public
B) private
C) protected
D) static

Correct Answer:

verifed

Verified

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

Related Questions