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 we instantiate abstract class in c#?
What is the purpose of constructor in c#?
What does mean c#?
Is struct object oriented?
what is the purpose of using statement in c#
Can we inherit two classes in c#?
What is the system namespace?
What are the value types in c#?
Explain use of abstract and sealed classes in c#?
How many types of collections are there in c#?
While debugging a C# application can you change the value of a variable?
What are tuples c#?
Does c# have functions?
What is bitwise operator in c#?
what are pointer types in c#