161k views
5 votes
What can be used to describe and document the analysis and design of complex software systems?

1 Answer

3 votes

Answer:

The correct answer to the following question will be UML (Unified Modeling Language).

Step-by-step explanation:

UML: A language that is used for specifying complex software, provides the standard tools which are used to describe the design of the system software, known as Unified Modeling Language. Basically, it's a standard way to create the design of any system. Developed by James Rumbaugh, Grady Booch, and Ivar Jacobson in 1994-1995 at Rational Software.

Some object-oriented concepts are used in UML, such as:

  • Class
  • Object
  • Inheritance
  • Polymorphism
  • Abstraction
  • Encapsulation

Through these concepts, UML is able to design and describe the software's design. So. Unified Modelling Language is the right answer.

User Greg Schechter
by
6.9k points