Documentation
The Java™ Tutorials
More on Classes
Trail: Learning the Java Language
Lesson: Classes and Objects
Lesson: Classes and Objects
More on Classes
This section covers more aspects of classes that depend on using object references and the dot operator that you learned about in the preceding sections on objects:
- Returning values from methods.
- The
thiskeyword. - Class vs. instance members.
- Access control.
Previous page: Using Objects
Next page: Returning a Value from a Method
Next page: Returning a Value from a Method