Search:

Type: Posts; User: Gthoma2

Search: Search took 0.43 seconds.

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

    Oh man, I can't believe I missed that. I didn't even have constructors made yet!

    Thanks!
  2. Re: "Static method cannot hide instance method from implemented Interface"

    Ok, I understand and agree with all of this. My professor wants me to implement a simple sort list ADT. I figured implementing an interface would be a good way to go about it.

    I know you can't...
  3. "Static method cannot hide instance method from implemented Interface"

    I'm working on an assignment for school and am stumped. I should mention that the operations of static declarations still elude me a bit...



    import java.util.Scanner;

    public class...
Results 1 to 3 of 3