3.3.04. Desirable features

  • Encapsulation
    • Abstract data types
    • Information hiding
  • Object classes and behavior
    • Defined by operations (methods)
  • Inheritance and hierarchies
  • Strong typing (no illegal casting)
    • don’t think about inheritance just yet