Does .NET support multiple inheritance?
.NET do not support multiple inheritance.
Most of people thought that using interface we can achieve multiple inheritance but interface doesn't have any implemented method we can use in inheritance. interface does not contain concrete implementation of its member. So it has nothing which can be inherited by other i.e. class
Thank You
Read More..   [158 clicks]
Published under: C# Interview Questions and Answers · · · ·