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
What is garbage collection and how it works ?
Explain the purpose of Remoting in .NET?
What does jit do?
Can "this" be used within a static method?
What is misl?
Is .net core stable?
What are the differences between com architecture and.net architecture?
How do I spawn a thread?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Explain the main components in .net?
How anonymous method is different from a lambda expression?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What is singlecall activation mode used for in .net?
Explain the .net framework overview?
How to create multiple inheritance in c#, with example?