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.