The Object Oriented Methodology of Building Systems takes the objects as the basis. first the system to be developed is observed and analyzed and the requirements are defined as in any other method of system development. Once this is done, the objects in the required system are identified. For example, in case of a BankingContinue reading “OBJECT ORIENTED SYSTEM DEVELOPMENT LIFE CYCLE”
Category Archives: Object Oriented Analysis and Design
OBJECT ORIENTED ANALYSIS AND DESIGN
Object-oriented analysis (OOA) is a process that groups items that interact with one another, typically by class, data or behavior, to create a model that accurately represents the intended purpose of the system as a whole. Object-oriented design (OOD) is the process of using an object-oriented methodology to design a computing system or application. ThisContinue reading “OBJECT ORIENTED ANALYSIS AND DESIGN”
