Which Among The Following Best Describes Member Function #990
Which among the following best describes member function overriding?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Member Functions & its Types - Object Oriented Programming MCQ: Overriding Member Functions - Quiz No.1.
Which among the following best describes member function overriding?
Member functions having same name in base and derived classes
Member functions having same name in base class only
Member functions having same name in derived class only
Member functions having same name and different signature inside main function