OOA, OOD & OOP
OOA, OOD & OOP
- Object-Oriented Analysis
- OOA is a method of analysis that examines requirements from the perspective of the classes and objects found in the problem domain.
- Object-Oriented Design
- OOD is a method of design that applies object-oriented decomposition and utilizes notation for depicting logical and physical models of the system.
- Object-Oriented Programming/Implementation
- OOP is a method of implementation in which programs are organized as cooperative collections of objects, each of which is an instance of some class, and whose classes are organized into an inheritance hierarchy.
Notes: