Can you inherit multiple interfaces?
Answer Posted / hitesh sharma
Yup, In Dotnet C# Multiple Inheritence is not allowed so
instead we can use Interfaces which are inheritable..
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Can properties be private in c#?
Does c# have functions?
What is super class in c#?
What is difference between array and collection in c#?
Why array is faster than arraylist in c#?
What is array c#?
Is versioning applicable to private assemblies?
What is inumerable?
What is the difference between a class and an object c#?
What is the advantage of singleton class?
How many types of constructors are there in c#?
How do you set a class path?
What is default value of decimal c#?
Define satellite Assembly?
How can we set the class to be inherited, but prevent the method from being over-ridden?