My sample solution:
Search results for uml
What is state diagram?
Posted by CommonInterview
This questions is among most popular UML interview questions and the short answer would be:
The diagram which shows how single object behave across m ...
What is interaction diagram?
Posted by CommonInterview
Answer: The diagram which shows how several objects collaborate in the single use case.
What is a package diagram?
Posted by CommonInterview
The diagram which shows groups of classes and dependences between them.
What is a deployment diagram?
Posted by CommonInterview
The diagram which shows physical layout of components on hardware nodes.
What are CRC cards?
Posted by CommonInterview
Class Responsibility Collaborator (CRC cards) is a brainstorming tool used in the design of object-oriented software. They help to get essence of clas ...
