Home » C++ Programming » Classes & Objects » Question
  1. What is meant by pure virtual function?
    1. Function which does not have any return type
    2. Function which does have definition of its own
    3. Function which does not have definition of its own
    4. All of above
    5. None of these
Correct Option: C

As the name itself implies, it have to depend on other class only.



Your comments will be displayed only after manual approval.