Q:

Virtual function is

0

Virtual function is ______ class function which expected to be redefined in ______ class, so that when reference is made to derived class object using pointer then we can call virtual function to execute ________ class definition version.


  1. Base, derived, derived
  2. Derived, Derived, Derived
  3. Base, derived, base
  4. Base, base, derived

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (a).Base, derived, derived

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What does a virtual function ensure for an object,... >>