Hi all, I'm new to Java and am experiencing some difficulty with this assignment I have...
I have programmed an interface with a bunch of non static methods and now when i extend that program to another class, I can't use the methods because they are non-static! :S What's the catch here?
Thanks in advance!!
-Chansey