Difference between a virtual function and a pure virtual function [closed]
- by Sachin Chourasiya
Possible Duplicate:
C++ Virtual/Pure Virtual Explained
Hi,
Need to know what is the difference between a pure virtual function and a virtual function?
I know "Pure Virtual Function is a Virtual function with no body" but what does this mean and what is actually done by the line below
virtual void virtualfunctioname() = 0