Computer Science 225
Advanced Programming
Spring 2017, Siena College
Lecture 14: Reability and Javadoc; More Inheritance Examples
Date: Friday, March 17, 2017
Agenda
- Announcements
- Reminder: Exam 2 next Thursday, 7:30 PM, RB 202. Details soon.
- Despite the snow-out of Lab 7 for some of you, you still
need to finish it up by the start of lab on Wednesday.
- Homework 3 is in, we'll likely talk about it more on Monday.
- Readability and Javadoc
- A few leftover inheritance examples/puzzlers
Terminology
- readability
- obfuscated code
- inline readability
- exterior documentation
- Javadoc
- main statement
- tag section
- anonymous inner class
- hiding
Examples
Links