Inheritance diagram for Exercise2:
Public Methods | |
Exercise2 (string name) | |
Protected Methods | |
void | execute () |
© Bernhard Wagner, xmlizer.biz, 2002.
Definition at line 12 of file Exercise2.cpp.
|
Constructor.
Definition at line 20 of file Exercise2.cpp. |
|
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(). |