ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is Aggregation ?

Aggregation has a relationship between two classes. In this relationship the object of one class is a member of the other class. Aggregation always insists for a direction.

 

public class MyMainClass

{

  OtherClass otherClassObj = new OtherClass();

}

Related Posts Plugin for WordPress, Blogger...
Flag Counter