CHAPTER 8
CLASS AND METHOD DESIGN
The most important step of the design phase is designing the individual classes and methods. Object-oriented systems can be quite complex, so analysts need to create instructions and guidelines for programmers that clearly describe what the system must do. This chapter presents a set of criteria, activities, and techniques used to design classes and methods. Together they are used to ensure the object-oriented design communicates how the system needs to be coded.
OBJECTIVES
- Become familiar with coupling, cohesion, and connascence
- Be able to specify, restructure, and optimize object designs
- Be able to identify the reuse of predefined classes, libraries, frameworks, and components
- Be able to specify constraints and contracts
- Be able to create a method specification
CHAPTER OUTLINE
- Introduction
- Review of the Basic Characteristics of Object Orientation
- Design Criteria
- Object Design Activities
- Constraints and Contracts
- Method Specification
- Applying the Concepts at CD Selections
- Summary
INTRODUCTION
WARNING: ...
Get Systems Analysis and Design with UML, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.