Inheritance diagram for Exercise2:
Public Member Functions | |
Exercise2 (string name) | |
Protected Member Functions | |
void | execute () |
© Bernhard Wagner, xmlizer.net, 2002.
Definition at line 12 of file Exercise2.cpp.
Exercise2::Exercise2 | ( | string | name | ) | [inline] |
void Exercise2::execute | ( | ) | [protected, virtual] |
Gets the input for this exercise. To be overridden in subclasses. (Hook Method)
Reimplemented from AbstractExercise.
Definition at line 40 of file Exercise2.cpp.
References AbstractExercise::getName().