Object relationship

From Rice Wiki
Revision as of 16:18, 8 August 2024 by Rice (talk | contribs) (Created page with "In OOP, interrelated objects are composed together for complex functionality. This page describes concepts that relate one object to another. = Inheritance = = Composition = = Aggregation = Unlike")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In OOP, interrelated objects are composed together for complex functionality. This page describes concepts that relate one object to another.

Inheritance

Composition

Aggregation

Unlike