Implementing an Interface

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1856

This topic has not yet been written. The content below is from the topic description.
Note Implementing an interface is only necessary in order to allow a client to choose between alternative implementations. If the client is compiled against an interface, many different implementations of the interface can be provided without having to recompile the client. The interface ensures that the method signatures do not change.