in reply to Re^2: Inheritance - parent of parent
in thread Inheritance - parent of parent (solved)

To reiterate:
WHY?
There's no need to explicitly specify a superclass unless there's something that a subclass overrides and you really want to get something working right now instead of fixing the problem the right way.

Replies are listed 'Best First'.
Re^4: Inheritance - parent of parent
by Crackers2 (Parson) on Nov 23, 2007 at 03:12 UTC
    As far as I can tell he just wants to call a method that's defined in class A. There's nothing there saying he wants to explicitely specify that the method is coming from class A.