Difference between a virtual function and a pure virtual function [duplicate]

This question already has answers here: Virtual/pure virtual explained (12 answers) Closed 2 years ago. 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 … Read more