Home » C++ Programming » Classes & Objects » Question
  1. Which is used to create a pure virtual function ?
    1. !
    2. &
    3. $
    4. =0
    5. None of these
Correct Option: D

For making a method as pure virtual function, We have to append ‘=0’ to the class or method.



Your comments will be displayed only after manual approval.