Abstract Functions Of A Base Class #1002
Abstract functions of a base class _________________
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.2.
Abstract functions of a base class _________________
Are overridden by the definition in same class
Are overridden by the definition in parent class
Are not overridden generally
Are overridden by the definition in derived class