During object-oriented analysis, the focus is on finding and describing objects or concepts in the problem domain. For example, in the case of library management system, some of the concepts are Book, Library and Librarian. During object-oriented design, the focus is on defining software objects and how they collaborate to fulfill the requirements. For […]