Difference between revisions of "Aggregation - 2017"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(It's not on the Skeleton Program, but use it for revision.)
 
Line 1: Line 1:
Aggregation is where if you delete the main class and all it's subclasses aren't deleted along with it.
+
Aggregation is where you delete the main class and all it's subclasses are kept, rather than being deleted along with it.

Revision as of 14:31, 6 February 2017

Aggregation is where you delete the main class and all it's subclasses are kept, rather than being deleted along with it.