Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
In C++ a virtual function is one that can be overridden by a subclass. A pure virtual function must be implemented by a subclass. A pure virtual function is basically an abstract method.
30th Nov 2016, 7:56 PM
James Durand
James Durand - avatar