OODE

From Suhrid.net Wiki
Revision as of 10:11, 18 October 2011 by Suhridk (talk | contribs) (Created page with "= Why Object Orientation = * Modern systems are large and complex - lots of interconnected components, distributed and heterogeneous. * OO is particularly useful to build such s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Why Object Orientation

  • Modern systems are large and complex - lots of interconnected components, distributed and heterogeneous.
  • OO is particularly useful to build such systems.
  • Remember OO is not always the best approach, but is useful in the right setting.

When to use OO