Documentation

The Java™ Tutorials
Hide TOC
More on Classes更多关于类的信息
Trail: Learning the Java Language
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:本节介绍了依赖于使用对象引用和点运算符(.)的类的更多方面,这些对象引用和点运算符是您在前面关于对象的章节中了解的:


Previous page: Using Objects
Next page: Returning a Value from a Method