What are the roles played by packages, modules and wrappers in uml?
Answer / Arvind Pandey
In UML, Packages are used to group related elements, such as classes, use cases, components or diagrams. Modules represent a design that can be implemented separately from other modules. Wrappers encapsulate the implementation of an interface, hiding the details of its methods and providing a simplified interface for clients.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the types of diagrams in UML.
What are the basic notational elements which can make up a diagram?
What do you mean by "Realization"?
What is UML and its advantages?
what is difference between Extend and Include with example?
What is deployment diagram in UML?
How to resolve many to many relationship?
How to reverse engineer C++ code in UML?
What are the roles played by modules in uml?
What is unified modeling language (uml)?
Why do we need UML diagrams?
What are the good practices to use while designing for reuse?