21.4 Pure Virtual Member Functions (cont.)

Syntax 21.1: Pure Virtual Member Function (cont.)
Purpose: Declare a member function with no definition. A class that contains at least one pure virtual function is termed abstract. Derived classes must either override the function and provide their own definition or they themselves will be considered abstract.

prev |top |next