Difference: Sequence Diagrams, Collaboration Diagrams ?
Answer Posted / benjamin jacob
Sequence Diagrams : Diagrams used in OOAD, to describe the
event flow, w.r.t. the objects and their timelines.
Collaboration Diagrams : Diagrams used in OOAD, to describe
the interaction between the different entities(objects) in
the system.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What if we make the method as abstract in another interface?
Write about abstract base classes?
Write a note about inheritance?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What is difference between polymorphism and normalization?
Explain about object oriented databases?
State two differences between an object and a class.
What are abstract methods?
Can an interface contain fields?
Explain what is polymorphism?
Write basic concepts of oops?
State about java and its relation to object oriented programming?
What is a default method? Why do we need default methods in java 8 interfaces?
What are the properties that are defined in an object model?
What is meant by “abstract interface”?