Multiple Inheritance
Multiple inheritance is explicitly not supported to keep things simple, except in Namespaces, where a single
Namespace
can be part of many other parent Namespaces
. This is much more similar to a Mixin however, as namespaces do not inherit from a parent.Last modified 1yr ago