IT 114: Introduction to Java
Class 29

Topics

Review

New Material

Homework 9

Homework 9 is due this Sunday at 11:59 PM.

You will find the assignment here.

If you have a problem or a question, make a post on the Class Discussion Area.

Review

Printing Objects

The toString Method

Always Create a toString Method

Constructors

Constructor for Point

Classes Without Constructors

Common Programming Error: Using void with a Constructor

Common Programming Error: Redeclaring Fields in a Constructor

The Keyword this

New Material

Scope

Scope Within Instance Methods

Scope Within the Same Method

Method Scope

Shadowing

Localization

Static Variables

Constants

Multiple Constructors

Overloading

Class Quiz

Attendance

Class Exercise