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
What is expression tree in c#?
What is the use of protected in c#?
When a Static Constructor is called in a Class?
Explain anonymous type in c#?
Define mutex in C#?
What is the difference between disposing of () and finalize() methods in c#?
what is main function of alternate teamplate of datalist?
How many types of constructor are there in c#?
How many types of constructors are available in c#?
How to declare a property in a class?
What is session management in c#?
What is arraylist?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
What is the difference between dynamic type variables and object type variables in c#?
Why do we use yield in c#?