OO Intro (PPT 1) Flashcards
1
Q
What are the steps to Analysis and Design?
A
- Problem arises
- Understand what the problem is and what solution is required (Analysis)
- Think about how to solve the problem (Design)
- Implement solution
2
Q
What is a model?
A
It is a representation of reality. The ideas and plan.
3
Q
Why do we model?
A
To aide in communication of an idea and also for documentation. It can also help discover mistakes or misconceptions early on
4
Q
What is an Object Oriented Approach?
A
We structure the system is represented in terms of objects
5
Q
What is an Object?
A
It is a part or section of the wider system. It represents one aspect of the system, e.g. a book
6
Q
What is UML?
A
Unified Modelling Language
It is the industry standard notation for visual modelling of software systems.
7
Q
What has UML taken inspiration from?
A
- Rumbaugh OMT is strong in analysis
- Booch is strong in design
- Jacobson is strong in requirements capture