
INTERFACE ALLOWS PERFORMING MULTIPLE INHERITANCES IN C#
In c #sharp normally we can’t perform the multiple inheritances as we done single or multilevel inheritance the compiler restricted to do such a process. But by using interface we are able to perform multiple inheritances that is explaining with the example below.
POINT TO PERFORM MULTIPLE INHERITANCES
When we going to perform multiple inheritance we should keep on eye to the following...