Summary
Chapter Slides
Try It – Step by Step
- The Time Class
- More Constructors
- Getters and Setters
- Supplementary Material
- Displaying Objects
- The toString Method
- The equals Method
- Adding Times
- Pure Methods and Modifiers
Supplementary Videos
The following tutorial by LearningLad provides another introduction to objects, classes, and object-oriented programming in Java.
- Introduction to Object-Oriented Programming
- Class Constructors
- Packages, Public and Private Modifiers
- Private Access Modifiers
- This Keyword
- Passing Objects to Methods