This chapter explores the design and implementation of classes. First we review object references - what they are and how they affect our processing. Then we study the static modifier to see how it can be applied to variables and to methods. We also discuss the interface between classes.
For each problem, handwrite the solution :
Chapter 4
Exercise 4.9: evenSumMaxExercise 4.16: printPalindromeExercise 4.18: wordCountChapter 5
Self-Check 5.15: isVowelExercise 5.14: hasMidpointChapter 8
Self-Check 8.2: whatIsAnObjectSelf-Check 8.3: StringObjectSelf-Check 8.8: accessorMutatorSelf-Check 8.9: methodCallSyntaxSelf-Check 8.13: printingObjectsExercise 8.1: quadrantPointExercise 8.3: manhattanDistanceExercise 8.4: isVerticalBook problems are due at the beginning of the class period before the Chapter 1 test
Inheritance
Object Class
Class Members
Comparable Interface
Interface Connectable
Java Comparable
https://repl.it/student/classrooms/134459
runestone.academy/runestone/static/JavaReview/index.html
Chapter 11 - Object-Oriented Concepts: