If A Function Declared As Abstract In Base Class Doesnt Have To #938
If a function declared as abstract in base class doesn’t have to be defined in derived class then ______
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.
If a function declared as abstract in base class doesn’t have to be defined in derived class then ______
Derived class must define the function anyhow
Derived class should be made abstract class
Derived class should not derive from that base class
Derived class should not use that function