#1
8th October 2011, 12:51 AM
|
|||
|
|||
Advantages of using UML?
What are the advantages of using UML? Create the class diagram for a University having classes – Student, Teacher, Subject and Programme. Make suitable assumptions, if any.
|
#2
8th October 2011, 07:39 PM
|
|||
|
|||
Re: Advantages of using UML?
Quote:
Define the UML:- UML is Unified Modeling Language. Graphical language for visualizing artifacts of the system. Allow to create a blue print of all the aspects of the system. Advantages of using UML:- UML breaks the complex system into discrete pieces that can be understood easily. Handover the system to new team becomes easier. Complex system can be understood by the disparate developers who are working on different platforms. UML model is not a system or platform specific. It unifies all disparate developers under one roof. Thanks |
|