Solved

If a Derived Class Class2) Has Redefined a Function from the Base

Question 7

Multiple Choice

If a derived class Class2) has redefined a function from the base class Class 1) , how can that derived function call the base class function if the function declaration is as follows?
Void print ) ;


A) :public Class1::print ) ;
B) Class1 :: print ) ;
C) print ) ;
D) all of the above.

Correct Answer:

verifed

Verified

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

Related Questions