
September 5th, 2002, 09:42 AM
|
 |
Contributing User
|
|
Join Date: Dec 2001
Location: USA
Posts: 286

Time spent in forums: 7 m 23 sec
Reputation Power: 12
|
|
|
If this is C++, then it makes the method a pure virtual function. Any class that contains a pure virtual function cannot be instantiated; you must derive a base class in order to use it.
__________________
Jon Sagara
"Me fail English? That's unpossible!"
|