In reply to kireeti1192:
An abtsract or virtual claas defines prototypes of class methods (pure virtual methods).
The user will be forced to provide implementations of these methods in an extended class.
In reply to kireeti1192:
An abtsract or virtual claas defines prototypes of class methods (pure virtual methods).
The user will be forced to provide implementations of these methods in an extended class.