Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Making methods available within classes?
#3
I meant something like sharing methods between classes. Because I'm working with 2-3 classes, and there are some methods I use in every class, so I wanted to be able to use the same method in all classes w/o having to remake it in every class, but without using an extra class (because it would require to declare new objects, which are not required due the kind of methods I re-use, which are just simple voids). But I've confirmed that's not possible, just with use of extra classes. Thanks anyways Smile
Reply


Messages In This Thread
RE: Making methods available within classes? - by combus - 10-08-2009, 03:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tutorial] Java Classes, Methods and Objects Eustaquio 0 1,017 10-14-2009, 03:55 AM
Last Post: Eustaquio

Forum Jump:


Users browsing this thread: 1 Guest(s)