Software Engineering (2160701)

BE | Semester-6   Winter-2018 | 16-11-2018

Q3) (c)

What is Object Oriented Design of a system? Draw the Use case diagram and Class diagram for Library Management system.

Object Oriented Design of a system

  • Object-oriented design (OOD) is the process of using an object-oriented methodology to design a computing system or application. This technique enables the implementation of a software solution based on the concepts of objects.
  • OOD serves as part of the object-oriented programming (OOP) process or lifecycle.
  • In object-oriented system design and development, OOD helps in designing the system architecture or layout - usually after completion of an object-oriented analysis (OOA). The designed system is later created or programmed using object-oriented based techniques and/or an object-oriented programming language (OOPL).
  • The OOD process takes the conceptual systems model, use cases, system relational model, user interface (UI) and other analysis data as input from the OOA phase. This is used in OOD to identify, define and design systems classes and objects, as well as their relationship, interface and implementation.

Class diagram of Library Management system

Class diagram of Library Management System
(Figure: Class diagram of Library Management System)

Use case diagram of Library Management system

Use Case diagram of Library Management System
(Figure: Use Case diagram of Library Management System)