OBJECT ORIENTED ANALYSIS
Till now we have seen about object orientated programming,but it is really important to know the steps involved in building a successful project.Object orientated analysis helps us to develop a mechanism for the software to be developed.The analysis basically is concerned with breaking the problem into smaller parts. The steps involved with object oriented analysis are:- PROBLEM UNDERSTANDING The first step is to understand the problem of the user.This helps the software engineers to focus on the specific requirements of both the users and the software.The problem statement should be stated in a simple single line for better understanding. REQUIREMENTS SPECIFICATIONS Once the problem statement is defined the next step is to generate a list of user requirements.A clear understanding should be there between the user and the developer.The User should state clearly the requirements as these are used for testing the software when it is undergoing completion. ...