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:

Verified
Correct Answer:
Verified
Related Questions
Q8: Consider the following class definitions: <br>class bClass<br>{<br>Public:<br>Void
Q11: The OOP terminology is influenced by the
Q13: The _ members of an object form
Q14: In C++,we implement ADT through the use
Q16: Objects are created when _ variables are
Q25: The constructor of a derived class cannot
Q29: To _ a public member function of
Q30: A call to the base class's constructor
Q34: The _ members of an object form
Q39: The constructors of a derived class can