Java Reference
In-Depth Information
CHAPTER
U SER -D EFINED
C LASSES AND ADT S
IN THIS CHAPTER, YOU WILL:
.
Learn about user-defined classes
.
Learn about private , protected , public , and static members of a class
.
Explore how classes are implemented
.
Learn about various operations on classes
.
Examine constructors
.
Examine the method toString
.
Become aware of accessor methods and mutator methods
.
Learn how to avoid bugs by documenting a class design
.
Learn how to do a walk-through of a class design
.
Become aware of the reference this
.
Learn about abstract data types (ADTs)
 
 
 
Search WWH ::




Custom Search