Keyword

# Implements

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

A Class can Implement an `Interface</api/language/interface>`.

## Notes

You will not use the <span class="title-ref">Implements</span> keyword directly in your code. To have a class Implement an Interface, select the Interface using the Interfaces button in the Inspector.

## Compatibility

|                       |                               |
|-----------------------|-------------------------------|
| **Project Types**     | Console, Desktop, Mobile, Web |
| **Operating Systems** | iOS, Linux, macOS, Windows    |

<div class="seealso">

`Class</api/language/class>`, `Interface</api/language/interface>` keywords

</div>
