Reference Properties

Let’s get a short introduction to reference properties.

We'll cover the following...

What are reference properties?

A property defined for an object type or class is called a reference property if its values reference an object of another or of the same type. For instance, the Committee class shown below has a chair reference property with values that are references to objects of the type ClubMember.

Associations

An association classifies the relationship between object types. For instance, the association Committee -has- ClubMember -as- ...