GUIDE FOR PROGRAMMING EXAM - OBJECT-ORIENTED PROGRAMMING CSE1100
CSE TU Delft - Lieke Sanders
→ Course is now called Introduction to Programming
(MY) STEPS
1 Read assignment + look at grade composition
2 Class structure
All classes + attributes (inheritance!)
Constructors + getters + setters
3 Main method
Asking for and reading file + creating and printing menu + looping user interface and its
options (switch case)
4 The overview and quit application options
All toString methods and printing them + stopping user interface loop
5 Try out all other options (until you get stuck, then move on)
6 Equals methods (proper example below)
7 Javadoc for all the methods
8 Testing (at least one full key-class)
9 Review options you missed and try again
10 Hand exam in correctly
CSE TU Delft - Lieke Sanders
→ Course is now called Introduction to Programming
(MY) STEPS
1 Read assignment + look at grade composition
2 Class structure
All classes + attributes (inheritance!)
Constructors + getters + setters
3 Main method
Asking for and reading file + creating and printing menu + looping user interface and its
options (switch case)
4 The overview and quit application options
All toString methods and printing them + stopping user interface loop
5 Try out all other options (until you get stuck, then move on)
6 Equals methods (proper example below)
7 Javadoc for all the methods
8 Testing (at least one full key-class)
9 Review options you missed and try again
10 Hand exam in correctly