virtual method:
- virtual methods can have definition
- they CAN be overriden by the derived types
abstract methods:
- abstract methods don’t have definition
- they MUST be overriden by the derived types
virtual method:
abstract methods:
virtual method:
abstract methods: