Multiple inheritance is not supported in C#. So for accomplishing multiple inheritance (many to many relationship) we use interface. For…
Multiple inheritance is not supported in C#. So for accomplishing multiple inheritance (many to many relationship) we use interface. For…Continue reading on Medium » Read More Dotnet on Medium
#dotnet