Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Need help With Association Class

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help With Association Class

    The question is .
    Assign is an association class linking instances of Employee with instances of Project. It has no link attributes other than those required to maintain an instance of the association. It should provide accessors for its attributes and an equals() method.

    Now, if possible, I would like an example of code that does this. I have been going through tutorials and youtube videos and all I see is diagrams that explain but I cant think of the code itself.


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Need help With Association Class

    Your post looks more like a "do my homework for me" post than a question.
    If you need help please give details on what the code should do, your question, and any related code you have made so far. The more you have to offer the better we can provide help.

Similar Threads

  1. bidirectional association example, please help
    By me. in forum Object Oriented Programming
    Replies: 1
    Last Post: December 17th, 2012, 02:18 PM
  2. need to make basic class and implementation class (base class without void main)
    By javanewbie101 in forum Object Oriented Programming
    Replies: 1
    Last Post: September 19th, 2012, 08:03 PM
  3. Replies: 3
    Last Post: June 17th, 2012, 06:22 PM
  4. association help !!
    By jove in forum Object Oriented Programming
    Replies: 2
    Last Post: August 1st, 2011, 12:33 PM