How do you implement multiple inheritance in .NET?
Answer Posted / vijay sharma
We can use interfaces to achieve multiple inheritance
in .NET
Is This Answer Correct ? | 49 Yes | 2 No |
Post New Answer View All Answers
How do you type a null character?
Explain the steps to create satellite assembly?
What is boolean conditions in c#?
Which of these statements correctly declares a two-dimensional array in c#?
What is an indexer in c#?
What is cache memory in c#?
How do I type a whitespace character?
Is datetime immutable c#?
Explain the types of Polymorphism.
What is the class in c#?
What is a event in c#?
What is the best dependency injection c#?
What is a static class in c#?
What is datagrid c#?
Distinguish between system.string and system.text.stringbuilder classes?