Home Segments Index Top Previous Next

Chapter 45:

How To Organize a Multiple-File Program

In Chapter 16, you learned about the organization of class hierarchies. In this chapter, you learn about the organization of files.

At this point, the analyze_train program has grown complex, so you might think about breaking it up into simple modules, one per file. In this chapter, you learn how to construct multiple-file programs.