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.

No comments: