Layering

From sheep
Revision as of 21:17, 14 September 2021 by Martin (talk | contribs) (Created page with "== Layering == Create classes in different packages when they are different layers e.g. Interface, domain/buisness, I/O GUI Lower layers can not depend on higher layers GUI...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Layering

Create classes in different packages when they are different layers

e.g. Interface, domain/buisness, I/O GUI

Lower layers can not depend on higher layers

GUI - - -> Domain - - -> File I/O