View Single Post
  #2  
Old June 18th, 2002, 07:31 PM
macxonly macxonly is offline
ECE Student
 
Join Date: Mar 2001
Location: University of Arizona
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
macxonly is on a distinguished road
Lightbulb Hmmm

You must first instantiate the class that you are trying to use. In java, you instantiate the class to pass it arguments. You need to have a constructor, accessor, and mutator for the class you want to instantiate. Then you can access the objects in the class you want to use.

Did I make any sense...?

P.S. Been a while since I programmed so take my advice with a grain of salt.
Reply With Quote