Question: How does a class module indicate that it uses a particular interface?
- The interface itself is part of the class module.
- by means of the Interface keyword and the name of the interface
- by means of the Implements keyword and the name of the interface
- 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.