is c#.net supports multiple inheritance?

Answer Posted / sujit

not directly, but with the help of interface we can achieve
multiple inheritance.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is garbage collection and how it works ?

797


Explain the purpose of Remoting in .NET?

842


What does jit do?

765


Can "this" be used within a static method?

779


What is misl?

797


Is .net core stable?

680


What are the differences between com architecture and.net architecture?

753


How do I spawn a thread?

726


I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?

742


Explain the main components in .net?

769


How anonymous method is different from a lambda expression?

720


What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?

806


What is singlecall activation mode used for in .net?

760


Explain the .net framework overview?

755


How to create multiple inheritance in c#, with example?

763