AbstractPlayer constructor

AbstractPlayer()

AbstractPlayer

This class provides the interface for abstract player implementations. The specific implementations are expected to implement the methods accordingly.

The subclasses are then used in composition with the Player class, based on the platform the application is running on.

Implementation

AbstractPlayer();