Miscellaneous
Further class design tips
- Try to have a default constructor
- Always have
read
/write
methods
- Always have a
toString
method
- Try to minimize
get
/set
methods
- 'High' vs 'low' semantic methods
- 'Low': getR/setR
- 'High': darker
Navigating the Java API