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
Can you see a loop recorder?
What is the difference between struct and class c#?
Is array a collection c#?
What are delegates in C#?
What is action in c# 3.5?
who is a protected class-level variable available to?
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 are the types of assembly available
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is an Interface in C#?
Why do we need abstract class?
What is protected internal modifier in C#?
What is difference between first and firstordefault?
Is null or empty in c#?
What is virtual class in C#?