You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Chapter2/summary/호찬.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## 객체, 그리고 소프트웨어 나라
4
4
5
-
> 객체의 다양한 특성을 효과적으로 설명하기 위해서는 객체의 **상태(state)**, **행동(behavior)**, **식별자(identity)**를 지닌 실체로 보는 것이 가장 효과적이다. [Booch 2007]
5
+
> 객체의 다양한 특성을 효과적으로 설명하기 위해서는 객체의 **상태(state)**, **행동(behavior)**, **식별자(identity)**를 지닌 실체로 보는 것이 가장 효과적이다. [Booch 2007]
6
6
7
7
객체란 식별 가능한 개체 또는 사물이다. 객체는 자동차처럼 만질 수 있는 구체적인 사물일 수도 있고, 시간처럼 추상적인 개념일 수도 있다. 객체는 구별 가능한 식별자, 특징적인 행동, 변경 가능한 상태를 가진다. 소프트웨어 안에서 객체는 저장된 상태와 실행 가능한 코드를 통해 구현된다.
0 commit comments