The example
Module¶
Here is a reference to the Interface: example.IMyInterface
, and to the
implementation: example.MyImplementation
.
Testing¶
We now check various options.
The following also contain private members like _a:
Here is an explicit example of autointerface
Now the interface with explicit members.
Now the class with explicit members.