Search:

Type: Posts; User: dlorde

Search: Search took 0.07 seconds.

  1. Replies
    12
    Views
    2,703

    Re: How to remove argument from abstract method.

    So it sounds like what you're saying is that the caller of this method will always supply a map (presumably as default data for implementations that can't obtain their own data), but some...
  2. Replies
    12
    Views
    2,703

    Re: How to remove argument from abstract method.

    You haven't given enough information to say - why are some class methods able to ignore the argument?

    I suggest you post an SSCCE.


    Can you explain exactly what 'thing' you want to implement?...
  3. Replies
    12
    Views
    2,703

    Re: How to remove argument from abstract method.

    I thought I already told you...

    If you want advice on a particular example, post it.
  4. Replies
    12
    Views
    2,703

    Re: How to remove argument from abstract method.

    It looks like poor design. Without knowing the specific example you have in mind, I can't be more precise, but in general, the abstract class should have an overloaded no-argument method for the...
Results 1 to 4 of 4