Lecture Notes, class 3 for csc211.

Prepared by: Anthony Larrain

These notes serve as an outline to the lecture, they are not intended to be complete. You should be reading the assigned sections. During class I may include or omit certain topics.


Recap Class 2

Recap Class 2

Classes

Recall all Java programs are built from classes.

In Java a class is used in several way's.


Using a class to create Objects.

When you download the Java Development Kit, you also download a bunch of classes that you can use. These classes are called the Standard classes or the Java API .

The Java API documentation files

Later we will see how to design our own classes to produce objects but for now we work with some of the standard classes.

An object is comprised of


Messages and Methods


More Features


Classes and Objects


Future Value Program