Can you inherit multiple interfaces?
Answer Posted / shiba shankar
Yes we can inherit multiple interface.that's why we are
using interface.We can get by imlementing interface after
making multiple interface.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why do we use partial class in c#?
Why we use get set in c#?
What is a web service in c#?
What is default value of enum c#?
What is the purpose of a constructor in c#?
Can abstract class have constructor c#?
In .NET how can you solve the DLL Hell problem?
Is it possible to force garbage collector to run?
What are callback methods in c#?
Why cannot you specify the accessibility modifier for methods inside the interface?
Explain the 3 types of properties in c# with an example?
Can a class have more than 1 destructor?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What are the advantages of properties in c#?
Give some examples for built in datatypes in c#?