ContactUs :

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

What is Association ?

Association is a relationship between two classes. In this relationship the object of one instance perform an action on behalf of the other class. The typical behaviour can be invoking the method of other class and using the member of the other class.

 

public class MyMainClass

{

 public void init()

  {

    new OtherClass.init();

  }

}

 

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