Definitions for "Pure Virtual Function"
Virtual Function which is too difficult to write, so leave it for whoever creates a derived class based on this one. Has instead of a procedure body. Pure Virtual Classes contain only Pure Virtual Functions ("... do such things I know not what, but they shall be the terror of the Earth.").
a function declared in a base class that has no definition relative to the base
a member function for which no definition is provided