Multiple Choice
If the derived class classD overrides a public member function functionName of the base class classB, then to specify a call to that public member function of the base class, you use the statement ____.
A) classD::functionName() ;
B) classB::functionName() ;
C) classD.functionName() ;
D) classB.functionName() ;
Correct Answer:

Verified
Correct Answer:
Verified
Q3: _ is the ability to use the
Q4: Which of the following is true about
Q5: In protected inheritance, public and protected members
Q6: Which of the following class definitions
Q7: What is the output of the
Q9: Suppose that bClass is a class.Which of
Q10: The new classes that we create from
Q11: _ is a "has-a" relationship.<br>A) Inheritance<br>B) Encapsulation<br>C)
Q12: Which of the following statements about inheritance
Q13: The _ members of an object form