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
.
Get hands-on with 1400+ tech skills courses.