Java Reference
In-Depth Information
DAY 3:
Working with Objects
Java is a heavily object-oriented programming language. When you do
work in Java, you use objects to get the job done. You create objects,
modify them, move them around, change their variables, call their meth-
ods, and combine them with other objects. You develop classes, create
objects out of those classes, and use them with other classes and
objects.
Today, you work extensively with objects. The following topics are covered:
Creating objects (also called instances)
n
Testing and modifying class and instance variables in those
objects
n
Calling an object's methods
n
Converting objects and other types of data from one class to
another
n
 
Search WWH ::




Custom Search