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 the relation between classes and objects?

0 Answers  


Are tuples mutable c#?

0 Answers  


What is the difference between read and readline in c#?

0 Answers  


What is a reference type c#?

0 Answers  


How do you generate documentation from the C# file commented properly with a command-line compiler?

1 Answers  


What is nullable types in c#?

0 Answers  


What is the purpose of namespace?

0 Answers  


Why do we use anonymous method in c#?

0 Answers  


What?s the .NET datatype that allows the retrieval of data by a unique key?

2 Answers   SmartData,


Can you declare the override method static while the original method is non-static?

3 Answers  


How to assign Null value to Var?

0 Answers   HCL,


What is data binding with example?

0 Answers  


Categories