Showing posts with label inheritance faqs. Show all posts
Showing posts with label inheritance faqs. 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.