Can you inherit multiple interfaces?
Answer Posted / pawanreddy
Nope, You can't inherit from interface, you can only implement it. You can implement multiple interfaces in a single class.
You can only inherit from class, c# won't support multiple inheritance.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is difference between private and protected in c#?
What are the differences between events and delegates in c#?
Can extension methods access private members?
Explain the difference between a struct and a class?
What is the difference between double and decimal in c#?
Define property in c#.net?
Do we get an error while executing the “finally” block in c#?
Describe how a .net application is compiled and executed
What does type safe mean in c#?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is the object class in c#?
Explain types of comment in c# with examples
Explain the types of assemblies in .net?
What is a .aspx file?
What is the purpose of reserved word using in c#?