top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the use of UML?

+4 votes
229 views
What is the use of UML?
posted Dec 9, 2013 by Mona Sharma

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

With the use of UML, an appropriate UML development tool, and an application process or methodology, the design and refining of the application is shifted from the development phase to an analysis and design phase. This reduces risk and provides a vehicle for testing the architecture of the system before coding begins. The analysis and design overhead will eventually pay dividends as the system has been user driven, documented and when it’s time to start developing, many UML tools will generate skeleton code that will be efficient, object oriented and promote re-use.

The use of UML will help:
1. The communication of the desired structure and behaviour of a system between analysts, architects, developers, stakeholders and users.
2. The visualisation and control of system architecture.
3. Promote a deeper understanding of the system, exposing opportunities for simplification and re-use.
Manage risk.

answer Jan 23, 2014 by Amit Kumar Pandey
...