5th Ed Ch01 QC
5th Ed Ch01 QC
1. Draw an object diagram for a Person class and two Person objects
Ms. Latte and Mr. Espresso.
Person
1
2 Solutions to Chapter 1 Quick Check Questions
withdraw(200)
During the program execution, you can change the value of a vari-
able, but you cannot change the value of a constant once its value is
assigned at the declaration.
Solutions to Chapter 1 Quick Check Questions 3
per1 : Person
name
age
gender
1.4 Inheritance
SportsCar Sedan
2. How does the quality of design affect the software maintenance cost?
3. What is debugging?