Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 If a base class and a derived class each include a member function with the same name, the member function of the derived class will be called by an object of the derived class ?->(Show Answer!)
1. If a base class and a derived class each include a member function with the same name, the member function of the derived class will be called by an object of the derived class
Ask Your Doubts Here
Comments
By: guest on 01 Jun 2017 06.04 pm
This is because the member functions are always searched in the derived class and then in the base class.