Pure virtual function in C++: Is it possible to define a Pure Virtual Function in C++?
Pure virtual functions are used to make a class abstract. This blog explains how to define a pure virtual function and usage in C++