InterviewSolution
Saved Bookmarks
| 1. |
The Unified Modeling Language (UML) has become an effective standard for software modelling.How many different notations does it have ?(a) Three(b) Four(c) Six(d) NineThe question was asked by my school teacher while I was bunking the class.Enquiry is from System Modelling topic in portion Software Modelling of Software Engineering |
|
Answer» CORRECT choice is (d) Nine Best explanation: The different notations of UML includes the nine UML diagrams namely CLASS, object, sequence, collaboration, activity, state-chart, component, DEPLOYMENT and USE case diagrams. |
|