PPT Slide
Strategies for Systems Analysis and Problem Solving
- Object-Oriented Analysis (OOA)
- Data and the processes that act upon that data are combined or encapsulated into things called objects.
- The only way to create, delete, change, or use the data in an object (called properties) is through one of its encapsulated processes (called methods).
- Object-oriented analysis (OOA) techniques are used to (1) study existing objects to see if they can be reused or adapted for new uses, and to (2) define new or modified objects that will be combined with existing objects into a useful business computing application.