Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    925

    [SOLVED] Re: help with my object and code

    If you have a variable that references an instance of a class (your object?) you can call its methods for what you want to do.


    theReference.theMethod(); // call a method in class referenced by...
  2. Replies
    5
    Views
    925

    [SOLVED] Re: help with my object and code

    Can you make a small, simple program that compiles, executes and shows the problem?
    I don't understand what you are saying is the problem.

    Note: java programming conventions say that variable...
Results 1 to 2 of 2