Lecture 13
16
Stub programming
•Start with all javadoc comments and method declarations, empty method bodies •Fill in code a method at a time                                (perhaps even a line at a time)
•Compile and test as you go along!
•