Anonymous - 2014-05-26

Originally posted by: jamieogl...@gmail.com

Clarification:

The OO model is a three level hierarchy. So the parent of the superclass would have an Abstract or Virtual relationship with the superclass, which in turn would have Extends relationships with some of its subclasses. It can also have ParentChild, Abstract or virtual relationships with other subclasses.

To keep the implementation tractable, an Extended subclass cannot have Extended children.

Status: Started