When the base class and the derived class have a member-04166
When the base class and the derived class have a member function with the same name, you must be more specific which function you want to call (using __________ ).
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Mid Term - Quiz No.8.
When the base class and the derived class have a member function with the same name, you must be more specific which function you want to call (using __________ ).
scope resolution operator
dot operator
null operator
Operator overloading