InterviewSolution
Saved Bookmarks
| 1. |
Which core element of UML is being shown in the figure?(a) Node(b) Interface(c) Class(d) ComponentI had been asked this question in unit test.Query is from Diagrams in UML topic in section Design and Implementation of Software Engineering |
|
Answer» RIGHT answer is (d) Component To elaborate: The FIGURE is self explanatory. A component is a modular, significant and replaceable part of the SYSTEM that packages IMPLEMENTATION and exposes a set of interfaces. |
|