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 are c# attributes and its significance?

525


Why dependency injection is used in c#?

493


What is singleordefault c#?

507


What does void mean unity?

504


What is virtual in c#?

479






Define multicast delegate in c#?

514


Is functional interface runnable?

510


Can a private virtual method can be overridden?

559


Is xamarin free?

450


What is the reason behind the invention of c#?

633


Is visual c# free?

507


Contrast between an interface and abstract class?

543


What does char mean in c#?

500


Can we have multiple constructors in a class c#?

503


Are multiple data types stored in System.Array?

654