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
What do you mean by operator overloading?
What is an interface?
What is super keyword?
What is bootstrap, extension and system class loader?
What do you mean by polymorphism?
What is virtual multiple inheritance?
What is the difference abstract class and interface?
What is Abstract method and how different from Virtual Method?
Difference between abstraction and implementation hiding ?
Define exceptions?
How can we restrict inheritance for a class so that no class can be inherited from it?
What is abstraction? How does it differ from encapsulation
Is it possible to create partial structs, interfaces and methods?
What do you mean by abstract class?
What does the “abstract” keyword mean in front of a method? A class?