13th June 2015 - Classes
No code changes for this week. Answered questions about why code is failing to compile due to number of reasons:
- Package names incorrect/absent
- Missing { and } which must be paired up.
- The actual question and answer on Stack Overflow clarifies the differences
Also, covered discussion on pre/post increment differences in Java.