Which type of inheritance needs a virtual function ?
Answer : D. All of the above
Syntax for Pure Virtual Function is ?
Answer : D. void virtual show()=0
Find the wrong statement about Abstract Class ?
Answer : B. We can’t create pointers to an abstract class
A virtual function that has no definition within the base class is called ?
Answer : A. Pure virtual function