How does a class module indicate that it uses a particular interface?
by means of the Interface keyword and the name of the interface
The interface itself is part of the class module.
by means of the Implements keyword and the name of the interface
The name of the interface is passed as a parameter.