How do you implement multiple inheritance in .NET?
Answer Posted / mohamed ali
using of interface we do the multiple inheritance in .net
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is c sharp language?
Distinguish between array and arraylist in c#?
What is predicate c#?
Why interface is required?
Difference between Value type & reference types ? and give the example in .Net?
What is the difference between first and firstordefault?
What is a boolean c#?
Why do we use dataset in c#?
What is the difference between proc. Sent by val and by sub?
What is regex c#?
How many constructors can a class have c#?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
What is difference between iqueryable and ienumerable in c#?
User's session is explicitly killed by which method ?
When was .net linq added?