Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Replies
    12
    Views
    3,882

    Re: Need Help on the Interface Function

    Cross posted at Need Urgent Help in Implementing Interface Class - Java Forums
  2. Replies
    12
    Views
    3,882

    Re: Need Help on the Interface Function

    Before you code the program you need to decide what type of data you are going to save in the Set.
    More advanced students would use the Generics technique, but I recommend that you work with the...
  3. Replies
    12
    Views
    3,882

    Re: Need Help on the Interface Function

    Inside the Test class, how are you going to save the added Objects? An array or where?
    When you have decided on that, then the add() method will add an Object to that place where you are saving the...
  4. Replies
    12
    Views
    3,882

    Re: Need Help on the Interface Function

    I'll give you a start on defining a Union class (notice uppercase first letter)

    public class Union {
    ... code here ...
    }


    Just noticed the .js in your post. Is this a javascript question?...
Results 1 to 4 of 4