Implementor


An implementor of an ADT is a class that implements the ADT. In otherwords, the class must satisfy the ADT requirements.

The ADT itself provides most or all a coder needs to implement an interface. Each method header in an ADT should provide: