OO Relationships (3/6)

OO Relationships (3/6)

Document: { title: STRING;

chaps: LIST[Chapter] <-> doc;

… }

Chapter: { …

doc: Document <-> chaps; }

Previous slide Next slide Back to the first slide View Graphic Version