0
kicks
How to call the method from the base of the base of the current class
In this post we will discover how to call a second-level base method on a class. Actually, this would be like using base.base.MyMethod() was working in C# !
It can be interesting when we need to skip one implementation in the inheritance path...