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.

Work with 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

Experiential Learning

PHW1: New Project

Practice HW: Hello World

PHW1.5: Import & Export

Practice HW: Hello World GUI

WOD1: Hello World

Create a new project

Assessments

WOD1: Hello Me

Outcomes assessed: Work with automated development tools

Rx: < 3 min Av: 3-5 min Sd: 5-10 min DNF: 11+ min or incorrect

In this exercise, we created a new Java project from scratch in eclipse, printed something, and exported the project & uploaded it to canvas. Overall, an excellent start to the semester!