It Started Simple… Then It Didn’t We learned that functions help us reuse code and keep our programs organized. We also learned that classes allow us to group related functionality together. However, as a program grows, it becomes impractical to keep all of these functions and classes in a single file. To keep our code…