Learning objectives for chapter 12
1 Learn how to create an "object specification".
2 Learn how to declare and initialize an object.
3 Learn how to declare an array of objects.
4 Learn how to share an object with a function.
5 Learn how to share arrays of objects with functions.
  Learning objective(s) addressed
  12345
Exercises Right-click (or control-click on a Mac) the title to save its PDF to your system.  
12.1 A Simple Mortgage Calculator, v.4.0 PDF XX   
12.2 Managing Student Records PDF XXXX 
12.3 The Game Of War, v.4.0 PDF XXXX 

 
Samples Right-click (or control-click on a Mac) the title to save its PDF to your system.  
12.1 About Objects PDF XXXXX
12.2 Using Objects PDF XX   
12.3 Using Objects With Functions PDF XX X 

 
Videos  
12.1 Click HERE for a YouTube-like video that demonstrates the use of Java classes (and C++ structs) to store objects with multiple data fields. It runs 11 minutes. XXX  

Code from the chapter in order of their appearance in the text
TodTest.java

Chapter 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 13 | 14 | 15