CSE 131 Module 5: Modular Design

Goals


Object-oriented languages support the design of software systems as collections of interacting objects. Each object can contain information and provide methods to access and operate on that information. By the end of this module, you should...