본문 바로가기
공부/Object-Oriented Design

1.3 – Object-Oriented Modeling

by 혼밥맨 2021. 9. 17.
반응형

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. 

 

반응형

댓글