How do you implement multiple inheritance in .NET?
Answer Posted / vijay rana
with the help of interface we can achieve multiple
inheritense in csharp;
Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
Why is lazy loading?
Is c# int immutable?
What is the difference between “finalize” and “finally” methods in c#?
Why delegates are type safe in c#?
What is the difference between dynamic type variables and object type variables in c#?
What is the resgen.exe tool used for?
In which order the destructor is called for an inherited class?
What is disconnected data architecture in c#?
What are custom attributes in c#?
Can enum have methods c#?
What is strong data type in c#?
What is difference between c and c sharp?
What is the difference between console application and windows application?
Which .gang of four. Design pattern is shown below?
What is the purpose of c#?