공부/Object-Oriented Design
2.3 – Abstraction
혼밥맨
2021. 9. 18. 21:08
반응형
2.3 – Abstraction
When you design object-oriented programs, you create models of how objects are represented in your system.
These models cannot be designed without forethought.
In order for a system to be object-oriented, it should adhere to certain design principles.
Abstraction
Rule of Least Astonishment
Attributes of a Student
반응형