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 4 of 4

Thread: help me with the Assignment :(

  1. #1
    Junior Member
    Join Date
    Mar 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default help me with the Assignment :(

    Q: The employee classes
    The UML class diagram given below shows an inheritance relationship between two classes. The superclass (Employee) defines the basic information needed to describe any employee. The subclass represents a special kind of employees who is paid a percentage of their sales value. Your answer should also include a test class that defines two objects one of each class using the following data:
    (Name : Noha Ahmed, SSN : 1234567)
    (Name : Fedaa Hussien, SSN : 23748790, gross sales: 459 SR, rate: 21%) And display their data including their salary.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: help me with the Assignment :(

    We will not do this for you as your post implies, we will however help you if you have a specific question regarding your attempts. This leads to the following question: What have you tried?

  3. #3
    Junior Member
    Join Date
    Mar 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: help me with the Assignment :(

    I had lost hope on this Assignment and tomorrow the last day to give the Teacherand ,and Worse than that i have test

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: help me with the Assignment :(

    Quote Originally Posted by alhanof View Post
    I had lost hope on this Assignment and tomorrow the last day to give the Teacherand ,and Worse than that i have test
    Sorry, but this changes nothing except for reinforcing the assumption that you are hoping someone will do this for you. This is cheating and is not tolerated on this forum (or any other that I know of). If you wish to make an attempt and ask a specific question, then start a new thread as I am locking this one

Similar Threads

  1. Assignment
    By sabeeh in forum Java Applets
    Replies: 19
    Last Post: January 22nd, 2013, 11:14 AM
  2. Assignment
    By marty_ in forum What's Wrong With My Code?
    Replies: 3
    Last Post: December 7th, 2012, 04:26 PM
  3. Really need help on assignment
    By coorscollector in forum Java Theory & Questions
    Replies: 2
    Last Post: January 16th, 2012, 06:08 PM
  4. assignment troubles polymorphism (guide for assignment included)
    By tdawg422 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 8th, 2011, 10:01 AM
  5. Replies: 1
    Last Post: February 22nd, 2010, 08:20 AM