Hi,
is there a table that indicates which method is inheriting the method of the superclass and which method is redefined ?
I'm having a superclass with a lot of methods and a lot of subclasses.
Now i'm checking every subclass separately if the methods are inherited or redefined. A table would be great.
best regards,
Hans