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 are the different ways for a method to be overloaded?
What is virtual multiple inheritance?
Explain about uml?
How can we restrict inheritance for a class so that no class can be inherited from it?
What is the main use of message metaphor in object-oriented programming?
Name the different creational patterns in object oriented design?
Can we reduce the visibility of the inherited or overridden method ?
How do I make sure that an object is released in code such as a connection or file object?
Differentiate between a class and a method.
What are extrinsic and intrinsic connections in object-oriented programming?
What is a nested interface?
What is an abstract property. Give an example?
What is bootstrap, extension and system class loader?
What does the “abstract” keyword mean in front of a method? A class?
Whether static method can use nonstatic members?