Differentiate between Aggregation and containment?
Answer Posted / msh
Aggregation is interobject relationship. This relationship
occurs when one class contains another class.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What are the rules to define a functional interface?
What is a functional interface? What is sam interface?
What is a nested interface?
What is hybrid inheritance?
What is the difference abstract class and interface?
What is polymorphism? When is it employed? give an example.
How do you prevent a class from being inherited by another class?
Explain about object oriented databases?
What is static and dynamic Binding?
What is the difference between new and override?
What is data abstraction? what are the three levels of data abstraction with Example?
How to achieve data abstraction?
What is Abstract method and how different from Virtual Method?
Can you create an instance of an abstract class?
Difference between class and an object?