Hierarchy for Abstract Classes

In a Cúram model the developer can mark classes abstract (See Options) meaning that they cannot be instantiated.

From the above example, if MyClass were qualified abstract, the following hierarchy would result:

The hierarchy is the same as for non-abstract classes except that no factory is generated.