Interface Basics

The interface system of the Maxon API is a powerful toolset to define public APIs and to hide implementation details. It is the base for most components of the Maxon API.

An interface can be declared, implemented and used:

Further details on declaring and implementing interfaces:

Further advanced topics are:

See also Base Interfaces.