Answer Posted / 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 |
Post New Answer View All Answers
What does ienumerable mean?
What is difference between a function and a method?
Which is faster list or dictionary in c#?
What is the difference between string and string in c#?
What is difference between abstract class and interface in c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
What is the do while loop code?
Tell me the difference between call by value and call by reference.
What is data type in c# with example?
What is the use of constructor in c# with example?
What is the purpose of namespace in c#?
Is it true that all c# types derive from a common base class?
Does c# do array bounds checking?
What is boolean conditions in c#?
Explain data types in c#?