OOP Design Principles

From TRCCompSci - AQA Computer Science
Revision as of 14:28, 1 January 2017 by Admin (talk | contribs) (Created page with "Be aware of the following object-oriented design principles: ==encapsulate what varies== ==favour composition over inheritance== ==program to interfaces, not implementation==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Be aware of the following object-oriented design principles:

encapsulate what varies

favour composition over inheritance

program to interfaces, not implementation