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
What is global asax in c#?
Explain the role of Garbage collector and its generations?
What is the advantage of extension method in c#?
What is thread life cycle in c#?
List the differences between method overriding and method overloading?
What is default value of enum c#?
What is or operator in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
How do you serialize in c#?
Why is hashset faster?
What are the access modifiers in c#?
What types of object can I throw as exceptions?
Explain the difference between class and interface in .net?
Is enum a value type c#?
What is the difference between system.text.stringbuilder and system.string?