If a member function is large, then move the definition outside the class,
leaving behind the function prototype: |
||||||||||||
void push (int ); |
// just parameter type in prototype |
|||||||||||
indicate the class to which the moved member function belongs as follows:
|
||||||||||||
24-Mar-98 |
Page 2 |
TAM/C201 |