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 is a constructor in class?
If a class inherits an interface, what are the 2 options available for that class?
What are all the languages which support oop?
What is the function of messaging metaphor?
Can an interface have an inner class?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Explain about uml?
What do you mean by data hiding?
How will you define abstract classes?
Explain what an object is.
What is super keyword?
What is the abstract method modifier?
How can we restrict inheritance for a class so that no class can be inherited from it?
Do we require a parameter for constructors?
What is the difference between new and override?