Which Among The Following Is True #931
Which among the following is true?
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: Abstract Function - Quiz No.1.
Which among the following is true?
The abstract functions must be only declared in derived classes
The abstract functions must not be defined in derived classes
The abstract functions must be defined in base and derived class
The abstract functions must be defined either in base or derived class