Home Segments Top Top Previous Next

Chapter 35:

How to Modularize Programs
Using Compilation Units and Packages

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.