Solved

If the Derived Class ClassD Overrides a Public Member Function

Question 8

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:

verifed

Verified

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

Related Questions