Search:

Type: Posts; User: pbrockway2

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    1,205

    Re: Access insatance variables

    I have moved the final post by the OP to the other thread and will close this one.

    If anyone has objections to this, post in the Cafe forum. Or PM me and take your chances that I read the PMs......
  2. Replies
    8
    Views
    1,205

    Re: Access insatance variables

    I understand how frustrating it can be not to see the way through a problem.

    If the runtime complains that a variable is null, then it really is null. You might think it was given a nonnull...
  3. Replies
    8
    Views
    1,205

    Re: Access insatance variables

    What you are describing now is the same as in your other thread: http://www.javaprogrammingforums.com/whats-wrong-my-code/30154-implementing-interface.html

    Follow copeg's advice and find which...
  4. Replies
    8
    Views
    1,205

    Re: Access insatance variables

    You access it as you would any variable: just by using it.



    interface Greeter {
    public abstract void greet();
    }

    /**
    * A Greeter implements which greets a specific target in
Results 1 to 4 of 4