Unit I Program Assignments

Chapter 1 Test Thursday 9/21 

Program Assignments

Description

Due Date

Mouse

Write a class declaration for a mouse class (computer mouse).  Include at least 3 private variables for the state of the mouse, and 4 methods you feel are appropriate.  You are to print out and turn in this program.

Thursday 9/14

Remote

Write a class declaration for a remote class, designed to store information from a TV remote.  Include at least 2 state variables, and three methods.  You are to print out and turn in this program.

Thursday 9/14

Furnature

Write a class declaration for a furnature item to be sold in a store.  Include a default constructors and methods to set and get the following items: price, color (a string), and type (a string)

Friday 9/15

Tollbooth

 

Download the Tollbooth folder from the share and complete the methods as specified.

Monday 9/18

Book

Download the Book folder from the share and complete the methods as specified

Tuesday 9/19

Car

Download the car program INTO the tollbooth folder and complete the methods specified.  Modify tollbooth so that the collection method accepts a car as a parameter, and the main method passes a default car to the tollbooth.

Wednesday 9/20