Which Among The Following Is True For Virtual Functions #925
Which among the following is true for virtual functions?
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: Virtual Functions - Quiz No.2.
Which among the following is true for virtual functions?
Prototype must be different in base and derived class
Prototype must be same in base class and derived class
Prototype must be given only in base class
Prototype must have different signature in base and derived class