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