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