What do you mean by aggregation?
Answer / nashiinformaticssolutions
The term aggregation refers to the relationship between two classes best described as a “whole/part” and “has-a” relationship. This kind is the most specialized version of an association relationship. It contains the reference to another class and is said to have ownership of that class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi Friends, can u give me Real Time example for interface and abstract class.(With Banking Example)
What is the final class modifier?
What is an Exception ?
program to find 25 square = 625 here the 625 of last two digits is equal to 25, i don't know excatly what this type of number is called
What is Hierarchy of exception?
Can you explain the Java thread lifecycle?
How to make a non daemon thread as daemon?
How to sort an array from smallest to largest java?
What is a default method?
Which java.util classes and interfaces support event handling?
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC
List the different types of classloaders in java.