Exploring Comp132 Lecture 4
Let's dive into the details surrounding Comp132 Lecture 4.
- You can find the
- Finish the Student example by adding multiple constructors. Start the Donation box example (once more through the process)
- Master Session Chapter
- Intermediate Algebra
- Finish the Motor class. Add unit tests for reporting of past service and hour past service. Modify the Motor code to pass the unit ...
In-Depth Information on Comp132 Lecture 4
Complete the Student class by adding get/set methods for all the variables. Also add a toString to make debug printing easier. Abstract classes. Added JUnit tests for Team. Added getTotalPoints to team. Showed 3 different styles of loops. Had to add Iterator/Iterable to Team ... Write a HockeyPlayer class. Add the players to a list. Show how to search an update players. Show how to sort the list.
That wraps up our extensive overview of Comp132 Lecture 4.