-
The keyword extends is used to specify that an interface inherits from another interface.
-
The keyword extends is used to specify that a class inherits from an interface.
-
The keyword implements is used to specify that an interface inherits from another interface.
-
The keyword implements is used to specify that a class inherits from an interface.
-
The keyword implements is used to specify that a class inherits from another class.