AP - Comparable and compareTo method Quiz (full period)
AP - Introduction to Polymorphism
Monday 2-22
From Friday :
Answer Questions for grade
Multiple Choice
True/False, completion, matching (15 questions)Results and review
Tuesday
Array Test
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 feeWrite 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