What Does A Virtual Function Ensure For An Object Among The #916
What does a virtual function ensure for an object, among the following?
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.1.
What does a virtual function ensure for an object, among the following?
Correct method is called, regardless of the class defining it
Correct method is called, regardless of the object being called
Correct method is called, regardless of the type of reference used for function call
Correct method is called, regardless of the type of function being called by objects