In this chapter, you will learn how to derive new classes from existing ones, understand the concept of inheritance, add and modify methods in child classes, design class hierarchies and define polymorphism.
For each problem, handwrite the solution :
Chapter 9: Inheritance and InterfacesSelf-Check 9.3: subclassSyntaxSelf-Check 9.4: inheritanceVariableSyntaxSelf-Check 9.9: CarTruckSelf-Check 9.10: CarTruck2Book problems are due at the beginning of the class period before the Chapter 7 test
runestone.academy/runestone/static/JavaReview/index.html
Chapter 11 - Object-Oriented Concepts: 10.3.1 - 10.3.4, 10.4.1 - 10.4.4, 10.6.1. - 10.6.2, 10.7.1, 10.11.1, 10.13.1 - 10.13.5, 11.12