Can you inherit multiple interfaces?

Answers were Sorted based on User's Feedback



Can you inherit multiple interfaces?..

Answer / ashish gupta

yes..but interfaces are not inherit rather it implemented.
A class can implement multiple interfaces.

Is This Answer Correct ?    6 Yes 0 No

Can you inherit multiple interfaces?..

Answer / guest

yes

Is This Answer Correct ?    5 Yes 0 No

Can you inherit multiple interfaces?..

Answer / basayya_swami

C# supproted multiple inheritance You con access multiple
inheritance wethin one class

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More C Sharp Interview Questions

What is public, private, protected, internal and internal protected?

1 Answers   QuestPond,


What is default access modifier for class in c#?

1 Answers  


Is an interface a type c#?

1 Answers  


What is a class in unity?

1 Answers  


What is an assembly qualified name

1 Answers  


Difference between imperative and interrogative code?

1 Answers   VelTech, Wipro,


How to make a class non-inheritable other than sealed?

7 Answers  


What does assert() do in c#?

1 Answers  


What?s the advantage of using System.Text.StringBuilder over System.String?

3 Answers  


What framework is used for performance testing/load testing?

1 Answers   TCS,


what are the bugs are faced in a project

3 Answers   Accenture,


What is private static in c#?

1 Answers  


Categories