posted 19 years ago
Can someone please explain when you:
(1) overload a method where the only difference is that one method is 'static' and one is an 'instance' method.
(2) override a method where the superclass has a static method and the subclass has the same method as an instance method (or attempting to override instance method to be static method)
thank you