Search:

Type: Posts; User: PhHein

Search: Search took 0.11 seconds.

  1. Re: Is it possible to inherit only specific methods of a class?

    You can't reduce the visibility of inherited methods in subclasses. It doesn't make sense to castrate classes. Your only chance is to reimplement only those methods you need.
  2. Re: Is it possible to inherit only specific methods of a class?

    Why would you want to do that? That doesn't make sense to me.
Results 1 to 2 of 2