From charlesreid1

Revision as of 06:45, 26 June 2017 by Admin (talk | contribs) (Created page with "==Notes== This page describes the application of object oriented principles to the Maps / Dictionaries data type. * Start by describing the inheritance diagram * Then...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notes

This page describes the application of object oriented principles to the Maps / Dictionaries data type.

  • Start by describing the inheritance diagram
  • Then describe the use of OOP principles - comparators, iterables, and encapsulation
  • Composition design pattern for utility classes
  • How to use binary search to find keys in an ArrayList containing composite objects

Flags