View Single Post
Old Apr 19th, 2008, 2:10 PM   #3
kewlgeye
Programmer
 
Join Date: Jan 2008
Posts: 53
Rep Power: 1 kewlgeye is on a distinguished road
Re: Value-returning methods with and without a parameter

Quote:
Originally Posted by Fall Back Son View Post
Your question is unclear. Explain what exactly you're looking for. Also, you can always call a method from one class if you're in a different class, assuming that you know what package it is in. If they are in the same package, you can use TheClass.theMethodName(); so combining things into the same class isn't necessary much of the time.

I don't know how to say it any other way.

the two loops should all be in one program instead of 2 seperate programs with the methods I described above.
kewlgeye is offline   Reply With Quote