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


Please Help Members By Posting Answers For Below Questions

what is a enumeration in c#

580


What are fields in c#?

505


What are collection classes?

494


What is a multi line comment?

570


Explain constructor in c#?

701






What is difference between static and readonly in c#?

460


Explain the differences between static, void and public in c#?

538


What is difference between ilist and list in c#?

492


What are the types of inheritance in c#?

505


What are namespaces, and how they are used?

575


How do I convert a string to an int in c#?

530


How are Windows programs different from normal C-programs?

1684


What is ControlBox Propertie

587


Can constructor be overloaded in c#?

492


What is Fragmentation and its Types?

573