How do you create multiple inheritance in C#?
Answer Posted / p.senthil
C# doesnt support multiple inheritance. So using interfaces
to solve that problem
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Describe two uses of the “using” statement during the operation of c#?
How do you pronounce c#?
Why is aws serverless?
Differentiate between the public and private ?
What is event sourcing in c#?
What is cls, cts and clr in net?
What is a event in c#?
How do I know if executenonquery is successful c#?
Explain the difference between a namespace and assembly name in .net?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What is a multicast delegate in c#?
Can properties be private in c#?
What is instantiating a class in c#?
Why do we use class in c#?
What is hashtable in c# with example?