--%>

Define Implements clause

Implements clause: That part of a class header which points out which interfaces are applied by the class. A class might implement for more than one interface.

   Related Questions in Programming Languages