What Is The Important Feature of Interface Inheritance ?
The interface inheritance enforce you to implement a method with a given signature, but it doesn’t enforce you how to implement it or to use some default behaviour!
The interface inheritance enforce you to implement a method with a given signature, but it doesn’t enforce you how to implement it or to use some default behaviour!