Question: How does a class module indicate that it uses a particular interface?

  1. The interface itself is part of the class module.
  2. by means of the Interface keyword and the name of the interface
  3. by means of the Implements keyword and the name of the interface
  4. The name of the interface is passed as a parameter.

Answer: The correct answer of the above question is Option D:The name of the interface is passed as a parameter.