Chapter 35: | How to Modularize Programs |
In Chapter 18, you learned about how to organize, into inheritance hierarchies, classes that share instance variables and instance methods. In this chapter, you learn how to organize, into modular compilation units and packages, classes that work together to solve problems.