Differentiate between Aggregation and containment?
Answer Posted / kundan lal
There is NO difference between aggregation and containment.
There is a difference, however, between aggregation and
composition.
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
Explain about object oriented programming?
What is the difference between abstract & interface?
Can we override a method by using same method name and arguments but different return types?
What is a nested interface?
explain the difference between operator overloading and function overloading.
Explain about polymorphism?
Why is C not an OOP language?
What is the main difference between overloading and overriding?
What is static polymorphism?
What interface must an object implement before it can be written to a stream as an object?
Can you create an instance of an abstract class?
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?
Can a class in java be inherited from more than one class?
Explain about overriding polymorphism?
Explain about a class in oop?