Module: Defining Classes & Types

Creating your first Java classes.

Learning Outcomes

Decompose problems into actions and objects

Decompose problems into actions and objects and implement them in the Java programming language. Includes both using objects and creating new classes.

Take advantage of automated development tools

Using Eclipse to Develop Java Programs, including:

Readings

Eclipse Tips

Hints & tricks for working in Eclipse

Names and Things

Chapter 2-2.3 in Java Notes 7.

textbook 18 pages

Variables and Their Values

Burd Chapter 4

textbook 30 pages

Experiences

PHW2

Square Class