What are the different views that have to be considered before the buildup of an object oriented software system?

devquora
devquora

Posted On: Apr 12, 2024

 

Before the actual building up of an object-oriented software system, there are generally 5 views-

  • Use case view - it exposes the requirements of any system.
  • Design view - it captures the vocabulary of the system.
  • Process view - this view models the distribution across the system.
  • Implementation view - this view addresses the implementation of the system.
  • Deployment view - this view focuses over the components which are required for the deployment of the system.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    UML Interview Questions

    What do you understand by UML?

    UML stands for the Unified Modelling Language and it is also a graphical language..

    UML Interview Questions

    Can you name the types of modelling?

    There are basically three types of modeling used..

    UML Interview Questions

    Can you tell us a few advantages of creating a model?

    There are a number of advantages for creating any model like:..