Programming and Problem Solving with Java

(やまだぃちぅ) #1
719

Chapter 6 Programming Warm-Up Exercises


1.

3.

Class Name: Book Superclass: Subclasses:


Responsibilities Collaborations
Create Book (title, author, call numbrr) None
Know title None
return String
Know author None
return Name
Know call number None
return String

Class Name: Car Superclass: Subclasses:


Responsibilities Collaborations
Create Car (make, model, color, license) None
Know make None
return String
Know model None
return String
Know color None
return String
Know license None
return String
Free download pdf