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

Is int a class in c#?

495


What is a delegate? How can it works?

519


What is serializable in c#?

487


Why is aws serverless?

496


What is a static field?

498






What is c# console application?

475


Explain the difference between // comments, /* */ comments and /// comments?

491


Does c# provide copy constructor?

569


What is an indexer in c#?

538


What is the base class of all classes in c#?

501


Is c# good for games?

471


What does namespace mean?

502


Explain about CTS?

542


What is namespace explain with example?

451


Define Final Class in C#

540