Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: I need to retreive data from my constructor that does not have its own variable

    What object? Is there a variable name that holds a reference to the object?
    Where does an instance of the object exist?
    If there isn't an instance, can you create one?

    What is supposed to be...
  2. Re: I need to retreive data from my constructor that does not have its own variable

    What have you tried? What happened?

    It looks like the posted code has changed some. Is there anything worth looking at now?
    Please explain which code has the problem.
  3. Re: I need to retreive data from my constructor that does not have its own variable

    Where is the instance of the MyObject class that can be used to call its toString() method?

    I don't see where the MyObject class used in the posted code.
  4. Re: I need to retreive data from my constructor that does not have its own variable

    Where is the instance of the MyObject class that can be used to call its toString() method?
  5. Re: I need to retreive data from my constructor that does not have its own variable

    Define what the method is supposed to return and where it is going to get it.
    If it's to return an object, can it create a new object every time it is called?
  6. Re: I need to retreive data from my constructor that does not have its own variable

    what is the name of the variable that is the input parameter?

    Is NewObject the class of an object that is to be returned by the getNewObject() method?
    Where is the definition/declaration of the...
Results 1 to 6 of 6