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 a constructor do c#?
What is an array of arrays called?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
Structs are largely redundant in c++. Why does c# have them?
What is a strong name in c#?
Which class does the remote object has to inherit?
List some Advantages of switch-case over if else?
What are All kind of access specifiers for a class and for methods
Can we create instance of private class in c#?
What is AutoMapper in C#?
What is difference between int and int in c#?
Can an int be negative c#?
What is the use of delegates in c#?
What is .cshtml file?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?