Reputation: 995
What is the difference between Unified Process (UP) and Unified Modeling Language (UML)? Is there a difference, or is using either one the same?
Upvotes: 6
Views: 8458
Reputation: 6086
In very simple words:
UML is a modelling language, a set of rules and standards for drawing digrams. UP is a software development methodology or process, tells you step by step what you should do to develop software! Some of those steps may require drawing UML diagrams.
Upvotes: 9