I think you need to distinguish between interface inheritance and implementation inheritance. The reason to use interface inheritance is to allow polymorphism in a statically typed language. The only reason to use…
I think you need to distinguish between interface inheritance and implementation inheritance. The reason to use interface inheritance is to allow polymorphism in a statically typed language. The only reason to use…