Difference: Activity Diagram and Sequence Diagram
Answer Posted / naveen sisupalan
Activity diagram is used to show identify the interaction
between domains and Sequence diagram is used to show the
logical execution flow of a business process.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Differences between functional programming and object-oriented programming?
Is it possible to override private virtual methods?
Can an interface inherit from another interface?
What is the default access modifier in a class?
Describe inheritance and non-inheritance of a derived class?
Describe the Diamond problem. Where does this problem occur?
What are virtual functions, base class pointer, derived class pointer, biding references?
Is iterator a class or interface? What is its use?
Write about abstract base classes?
Explain static binding
Can you create an instance of an interface?
What is Polymorphism, overloading, overriding and virtual?
What is diamond inheritance problem? How java 8 solves this problem?
Does PowerShell support OOPs?
What is the practical implementation of inner classes?