반응형
1.3 – Object-Oriented Modeling
Object-Oriented Modeling
- When solving a problem, object-oriented modeling involves the practice of representing key concepts through objects in your software. Depending on the problem, many concepts, even instances of people, or tihngs, become distinct objects in the software.
Why should you use objects to represent things in your code?
- It is a way of keeping your code organized, flexible and reusable.
- It keeps code organized by having related details and specific functions in distinct, easy to find places.
반응형
'공부 > Object-Oriented Design' 카테고리의 다른 글
1.6 – Record, Organize, and Refine Components (0) | 2021.09.18 |
---|---|
1.5 – Competing Qualities and Trade-offs (0) | 2021.09.17 |
1.4 – Software Requirements, Conceptual and Technical Designs (0) | 2021.09.17 |
1.2 – Software Architect and Design Roles in Industry (0) | 2021.09.15 |
1-1 Welcome to Software Design and Architecture (0) | 2021.09.15 |
댓글