What do you mean by pure virtual functions?

A pure virtual member function is a member function that the base class forces derived classes to provide. Normally these member functions have no implementation. Pure virtual functions are equated to zero.

Tagged . Bookmark the permalink.

2 Responses to What do you mean by pure virtual functions?

  1. Narendran says:

    What is the difference between Virtual function and Pure Virtual function?

Leave a Reply