C++ Programming

cplusplus.com | Java Documentation | Site Stats
AP schedule | AP LogIn | AP Forms | AP Resources | AP Archive | AP Stuff
Java schedule | Java LogIn | Java Forms | Java Resources | Java Archive | Java Stuff
Adven schedule | Adven LogIn | Adven Forms | Adven Resources | Adven Archive | Adven Stuff
Stat schedule | Stat LogIn | Stat Forms | Stat Resources | Stat Archive | Stat Stuff

Java Schedule 2-22-10

Monday 2-22

From Friday :

Answer Questions for grade

Multiple Choice
True/False, completion, matching (15 questions)

Results and review

Tuesday

Array Test

Version 1 | Version 2

Wednesday

Java/AP : DO NOT open BlueJ - banking account class - complete form before creating the new project and writing the class.
AP : implement Comparable and write a compareTo method

Thursday

Extending (inheritance) the Account class.

AP/Java -

CheckingAccount

StudentChecking - extends CheckingAccount

StudentChecking - extends SavingAccount

 

SavingsAccount

 

Friday

Declare a constant in SavingsAccount for a $10 monthly fee
Declare a constant in CheckingAccount for a $12 monthly fee
Declare a constant in StudentChecking for a $5 monthly fee

Write a method named chargeMonthlyFee which deducts the monthly fee from the balance for each Class.

Declare a constant (intRate) in SavingsAccount containing an interest rate of 2.3%.
Write a method (addInterest) to calculate and add the intererst to the account.

Create a new class named InterestCheckingAccount which extends CheckingAccount.
T his class will contain a constant containing an interest rate (intRate) of 1.2%. Write the method (addInterest) to calculate and add the interest rate to the balance.

 

 

 

 

 

AP - Comparable and compareTo method Quiz (full period)

AP - Introduction to Polymorphism

 

 

 

 

Updated: Friday, February 26, 2010 8:45 AM

About | Site Map | Contact | Search | ©2005 brentwoodhigh.com