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 about java and its relation to object oriented programming?
What are the types of polymorphism?
What are the different types of inheritance?
Explain what is object oriented programming language?
What is composition? Explain the purpose of composition.
Can we have a default method definition in the interface without specifying the keyword "default"?
What is the base type from which all structs inherit directly?
Can a class implement two interfaces having default method with same name and signature?
What is the difference between function overloading and over riding?
Can I implement polymorphism using abstract class?
How to make a class accessible as a web service?
What is a friend function?
Why abstraction is important?
What are base class, sub class and super class?
Can you define OOP and principles of OOP?