Search:

Type: Posts; User: Junky

Search: Search took 0.08 seconds.

  1. Re: "Static method cannot hide instance method from implemented Interface"

    OK removing the static keyword is the correct action. Just because it raises/reveals other errors doesn't mean that it was wrong. As soon as you make those methods non-static the only way to access...
  2. Re: "Static method cannot hide instance method from implemented Interface"

    When a class implements an interface it is bound by a contract to provide an implementation of all the abstract methods in the interface. Your SortedListInterface has non-static methods and yet in...
Results 1 to 2 of 2