Java Assignments

[back]

Textbook code can be found on my main Java page here.

Set Self Check (SC) -- Currently exist in Practice-It!: SC 3, 4, 7#, 9, 10.                  
 
  • Most questions are not on Practice-It! so you have to use the textbook, write your own answers, and write and test your own code.
  • In this chapter, please use the "Related Files" links, the textbook itself, and the textbook code on my site to make sure you have what you need.
 
Set 91:

SC 9.1–10all. Inheritance. Superclass.
#Note: SC 9.7 is at the bottom of Practice-It! under Problems uploaded by users: 9-7s-undergraduateStudentConstructor

 
Set 92: SC 9.11, 9.12; 9.18–9.21. Textbook Sections 9.3–9.4. Polymorphism; Inheritance, Design.  
Set 93: SC 9.22–9.24; 9.27–9.29. Textbook Sections 9.5–9.6. Interfaces; Financial Class Hierarchy.
Optional: 9.25, 9.26.
 
     
Set Exercises (E) -- Currently exist in Practice-It!: E 1, 2, 3, 4, 9, 10, 11  
Set 94: E 9.1, 9.2, 9.4. Subclasses.  
Set 95: E 9.9, 9.10, 9.11. More BankAccount code.  
Set 96:

E 9.12. Use the textbook template for the equals method. Pick either version of TimeSpan.java;
E 9.17. Keywords instance of; and Interface. Interfaces are explained in textbook Section 9.4;
E 9.15 It is not that hard.

 
X9A:

Chapter 9 Programming Project #2. Critters.

 

Latest update: Friday, September 12, 2014 1:38 PM