Solved

Which of the Following Class Definitions Makes the Public Members

Question 7

Multiple Choice

Which of the following class definitions makes the public members of the class aClass become the public members of the class bClass?


A) class aClass: public bClass
{
//) ..
};
B) class bClass: public aClass
{
//) ..
};
C) class bClass: aClass
{
//) ..
};
D) class aClass: bClass
{
//) ..
};

Correct Answer:

verifed

Verified

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

Related Questions