Practicing for Virtual Functions of Object Oriented Programming

Questions 1 of 15
  • Q. 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.