Analyzing a System
摘要
Analysis is a fundamental part of any problem solving process. In our case, the solution we seek is a piece of software developed using the object-oriented methodology. This solution consists of many classes and their instances interacting with each other to achieve the desired result. Before any programming effort, it is therefore essential to identify the classes and the manner in which these classes and their instances interact. The process of analysis helps us extract this information from the problem requirements. AnalysisRequirements analysisAnalysis