Search:

Type: Posts; User: Knserbrave

Search: Search took 0.16 seconds.

  1. Replies
    4
    Views
    2,160

    Re: Inheritance and Overriding help!

    Thanks but unfortunately that's not what I was looking for. It's along the lines but I already know how to do that. See I have the interface that has a boolean add(int theValue) but its "boolean". ...
  2. Replies
    4
    Views
    2,160

    Inheritance and Overriding help!

    Hi,
    -->My problem is quite simple.
    -->I have a super class with a method public void add(int theValue)
    -->I have an interface with a method boolean add(int theValue)
    -->My subclass implements...
Results 1 to 2 of 2