This is best gaming app

What are the differences between a virtual function and a pure virtual function?

0 votes
asked in Difference by

1 Answer

answered by
A virtual function is a member function in a base class that can be redefined in a derived class. A pure virtual function is a member function in a base class whose declaration is provided in a base class and implemented in a derived class. The classes which are containing virtual functions are not abstract classes.

No related questions found

Made with in India
...