`implements` is a keyword in several programming languages used to denote implementation of an interface.
implements is a keyword in several programming languages which support OOP (such as Java or PHP) used to denote interface implementation (as opposed to extends used to denote implementation inheritance).
Related