previous
|
start
|
next
Objects and Classes
Object: entity that you can manipulate in your programs (by calling methods)
Each object belongs to a class. For example,
System.out
belongs to the class
PrintStream
previous
|
start
|
next