1

I have 3 classes A B and C.

Class C inherit from the B and B inherit from the A class

a -> b -> c

All of those classes have his own implement of myMethod

public void myMethod() {
    ...
}

How can I use the implementation of "MyMethod" of class A, into the class C?

aioobe
  • 413,195
  • 112
  • 811
  • 826

0 Answers0