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 the purpose of composition.
What is virtual?
What are the methods required to create changes in subclasses?
What is serialization? How do we implement serialization actually?
What are inner classes and what is the practical implementation of inner classes?
What is a friend function?
Can we access interface static method using interface references?
What is polymorphism? When is it employed? give an example.
Explain what you understand by function overloading.
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What is the function of messaging metaphor?
How do we implement serialization actually?
Name the different creational patterns in object oriented design?
Explain about the relationship between object oriented programming and databases?
What does the keyword virtual represented in the method definition?