Answer Posted / zerozero
Types of UML Diagrams:
1. Use case Diagram
2. State Diagram
3. Class diagram,
4. Sequence diagram
5. Collaboration diagram
Use case: A set of scenarios that describing an interaction
between a user and a system, including alternatives.
Use case diagram-Uses:
Used for describing a set of user scenarios
Mainly used for capturing user requirements
Work like a contract between end user and software developers
Use case diagram-Core components:
a) Actor b) Use case c) System boundry
Use case diagram Relation's:
a)Association B) Generalization c) Include d) extend
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
State two differences between an object and a class.
What is the difference between abstract & interface?
Explain the mechanism of composition?
What is the main difference between a class and an object?
What are the access modifiers?
What is the benefit of Composition over Inheritance?
What is meant by “abstract interface”?
How to make a class accessible as a web service?
Why do we separate interface from implementation?
What is a virtual function?
Explain about instance in object oriented programming?
What does the “abstract” keyword mean in front of a method? A class?
Can we have a default method definition in the interface without specifying the keyword "default"?
What are the properties that are defined in an object model?
Can you tell something about GDI objects?