Showing posts with label c# multiple inheritance. Show all posts
Showing posts with label c# multiple inheritance. Show all posts

Does C# support multiple inheritance?

Does C# support multiple inheritance?
C# does not support Multiple Inheritance. But to achieve Multiple Inheritance C# makes use of Interface.

Does C# support multiple inheritance?

Does C# support multiple inheritance?
C# does not support Multiple Inheritance. But to achieve Multiple Inheritance C# makes use of Interface.