Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
\[[JLS 06|AA. Java References#JLS 06]\] Section 6.6, Access Control
\[[SCG 07|AA. Java References#SCG 07]\] Guideline 3-2 Define wrapper methods around modifiable internal state
\[[Long 05|AA. Java References#Long 05]\] Section 2.2, Public Fields
\[[Bloch 08|AA. Java References#Bloch 08]\] ItemItems 13: Minimize the accessibility of classes and members; 14: In public classes, use accessor methods, not public fields

...

06. Objects Orientation (OBJ)      06. Objects Orientation (OBJ)      OBJ01-J. Understand how a superclass can affect a subclass