Where shall I go for Package Diagram?
Answer / priyadharshini.m
When you need to show abstract view of group of components
then go in for package Diagram.
| Is This Answer Correct ? | 2 Yes | 0 No |
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Difference: Sequence Diagrams, Collaboration Diagrams ?
Can we override a method by using same method name and arguments but different return types?
What is the function of messaging metaphor?
What do you mean by abstract classes?
Why dynamic loading is used in object-oriented programming?
What are the rules to define a functional interface?
What do you mean by operator overloading?
what are the main underlying concepts of object orientation?
What is overriding?
What is the main difference between a class and an object?
Explain about multiple inheritance?