Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    9
    Views
    740

    [SOLVED] Re: Interface and abstract class problem

    From Google:

    Adding print statements is one way to do it. Another is to use the interactive debugger that many IDEs have.
  2. Replies
    9
    Views
    740

    [SOLVED] Re: Interface and abstract class problem

    How are you trying to debug the code? Add some print statements in the method(s) that are not working correctly that print out the values of the variables that they are using so you can see what the...
  3. Replies
    9
    Views
    740

    [SOLVED] Re: Interface and abstract class problem

    No.
    Why did that class implement the interface if it is not going to implement the needed methods?
  4. Replies
    9
    Views
    740

    [SOLVED] Re: Interface and abstract class problem

    That message seems clear enough. Did you put that method in that class?

    Note: The code should annotate where it is doing an override by using the @Override statement just before the method...
Results 1 to 4 of 4