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
What do you mean by virtual function and virtual classes?
Can we access interface static method using interface references?
Explain about realistic modeling?
Write a note about inheritance?
What do you mean by abstract class?
Explain about instance in object oriented programming?
Can constructors be parameterized?
What is @functionalinterface?
What is abstraction? How does it differ from encapsulation
What is the benefit of Composition over Inheritance?
Write down how will you create a Binary tree?
How can we call the base method without creating an instance?
Explain about a class?
What does the keyword virtual represented in the method definition?
Why is class hierarchies managed in object-oriented programming?