Can you inherit multiple interfaces?
Answers were Sorted based on User's Feedback
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 |
Answer / basayya_swami
C# supproted multiple inheritance You con access multiple
inheritance wethin one class
Is This Answer Correct ? | 0 Yes | 5 No |
What is the relation between classes and objects?
Are tuples mutable c#?
What is the difference between read and readline in c#?
What is a reference type c#?
How do you generate documentation from the C# file commented properly with a command-line compiler?
What is nullable types in c#?
What is the purpose of namespace?
Why do we use anonymous method in c#?
What?s the .NET datatype that allows the retrieval of data by a unique key?
Can you declare the override method static while the original method is non-static?
How to assign Null value to Var?
What is data binding with example?