What is a basic concept of Interface
Ask by Jonas Stuart
Updated 20 Sep 2020
Interface is used in the C# for declaring the function etc, which can be implement, in the various class. It is similar to the base class which can be inherit into the derived but it is multilayered and class inherit concept is single layer hence it is more accessible.
For Example-