CITM-001 · Question #10
True or False: Step three (3) in undertaking of object-oriented analysis defines the methods.
The correct answer is B. False. Step three (3) in undertaking of object-oriented analysis does not define the methods, but rather identifies the states of each object and the events that affect them. Methods are defined in step four (4), which is the object-oriented design phase. Methods are the operations or…
Question
True or False: Step three (3) in undertaking of object-oriented analysis defines the methods.
Options
- ATrue
- BFalse
How the community answered
(37 responses)- A5% (2)
- B95% (35)
Explanation
Step three (3) in undertaking of object-oriented analysis does not define the methods, but rather identifies the states of each object and the events that affect them. Methods are defined in step four (4), which is the object-oriented design phase. Methods are the operations or functions that an object can perform to achieve its objectives or respond to events.
Topics
Community Discussion
No community discussion yet for this question.