Allan Didier

Object Oriented Lesson Plan

Objectives

Students will demonstrate knowledge classes, objects, methods, and variables by creating Java programs using strings, the math class, and by creating their own simple classes and methods.

Standards and Benchmarks
  • Classes, methods, and data variables
  • ISTE 1d, 3d, 4a, b, c
  • CSTA: 3A-13. 14, 15, 17, 18, 21, 3B-AP-14, 16

Materials and Resources
  • Java Book Chapter 3 & 4
In-Class Activities
  • Class creation
  • Constructors
  • toString
  • Setters and getters
  • Method overloading