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 |
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
explain the difference between operator overloading and function overloading.
What is the use if instanceof keyword?
In winform my controls [taskbar and progressbar] become inactive when heavy processing is going in background, how to avoid this via multithreading
Can link and Association applied interchangeably?
Is class an Object? Is object a class?
What is the use of destructive method?
What is ‘this’ pointer?
What are the properties that are defined in an object model?
Why abstraction is important?
Can we override static methods? Why?
Differentiate between a class and a method.