Skip to main content
added 13 characters in body
Source Link
Martijn Pieters
  • 14.7k
  • 10
  • 60
  • 59

I think that in C# multiple inheritance is not supported and that's why concept of interface is introduced in c#C#.

In case of abstract class alsoclasses, multiple inheritance is not supported either. So it is easy to decide theon wether to use of abstract class and interfaceclasses or interfaces.

I think that in C# multiple inheritance is not supported and that's why concept of interface is introduced in c#.

In case of abstract class also multiple inheritance is not supported. So it is easy to decide the use of abstract class and interface.

I think that in C# multiple inheritance is not supported and that's why concept of interface is introduced in C#.

In case of abstract classes, multiple inheritance is not supported either. So it is easy to decide on wether to use abstract classes or interfaces.

deleted 6 characters in body
Source Link
gnat
  • 20.5k
  • 29
  • 117
  • 309

Here iI think that in c#C# multiple inheritance is not supported and that ythat's why concept of interface is introduced inin c#. 

In case of abstract class also multiple inheritance is not supported  . So it is easy to decide the use of abstract class and interface......

Here i think that in c# multiple inheritance is not supported and that y concept of interface is introduced in c#. In case of abstract class also multiple inheritance is not supported  . So it is easy to decide the use of abstract class and interface......

I think that in C# multiple inheritance is not supported and that's why concept of interface is introduced in c#. 

In case of abstract class also multiple inheritance is not supported. So it is easy to decide the use of abstract class and interface.

Source Link

Here i think that in c# multiple inheritance is not supported and that y concept of interface is introduced in c#. In case of abstract class also multiple inheritance is not supported . So it is easy to decide the use of abstract class and interface......