company logo

pure_funct - Pure virtual function

Pure virtual functions are defined in order to prevent the class from being constructed directly.

Notes:

Function marked as pure have to be marked as virtual, also.

Type: logical