Difference: Activity Diagram and Sequence Diagram
Answer Posted / appala naidu
sequence diagram is a diagram specify the time ordering
links in between objects.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain about message passing in object oriented programming?
What are the interfaces you used in beans?
Explain persistence?
Write basic concepts of oops?
What are the limitations of oops?
Explain about realistic modeling?
Can you define OOP and principles of OOP?
Which keyword can be used for overloading?
Differences between functional programming and object-oriented programming?
What is the use of interface?
What is Abstract method and how different from Virtual Method?
When will you use an interface and abstract class?
Can you create an instance for an abstract class?
What is an interface?
What does the “abstract” keyword mean in front of a method? A class?