Module: Intro to OO

Introduction to Object Oriented Programming.

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

Working with Eclipse projects

Importing, exporting, and avoiding common mistakes.

Using the Basic Building Blocks

Burd Chapter 3

20 pages

Eclipse installation demo

Dr. Hill’s Eclipse video demo downloading & installing Eclipse, setting it up for the first time, and creating a new project.

6 min optional

Eclipse import demo

Dr. Hill’s video demo importing a project inot Eclipse.

1 min optional

Eclipse export demo

Dr. Hill’s video demo exporting a project from Eclipse.

1 min optional

Experiences

PHW1: Hello World GUI

Practice WOD: Hello World GUI App