°´Ã¼¶õ ¹«¾ùÀΰ¡?
°´Ã¼¶õ ¹«¾ùÀΰ¡?
- °´Ã¼´Â ½Ç¼¼°è ¿µ¿ª¿¡ ÀÖ´Â °³Ã¼¸¦ Ç¥Çö.
- Graphic Library application
- point, line, polygon, rectangle, square, ellipse, circle, window, etc.
- University Personnel Management software
- person, student, faculty, staff, part-timer, etc.
- Word Processing software
- character, word, sentense, paragraph, documents, fonts, etc.
- °´Ã¼
- An object is a module that contains both data and the operations that operate upon the data.
- Data provide the state, and operations provide the behavior of object.
- ¼öµ¿Àû °´Ã¼¿Í ´Éµ¿Àû °´Ã¼
- Passive object is one that acts only upon request.
- Active object monitors occurring in an application and take action autonomously.
Notes:
- Data (storage) provides the state.
- Operations provides the behavior.
- functions, procedures, subroutines, methods, etc.
- Value vs Variable
- Value: 2, 3, -7, 3.14, "hello", etc.
- Variables: int i; char c;