What does the Implements statement do?

Showing Answers 1 - 3 of 3 Answers

Implement statement specifies an interface or class that will be implemented in the class module in which it appears.It separates the interface of an object from its implementation, so that multiple implementations of the interface can be developed.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions