Answer Posted / ashish gupta
Interface is a contract so that any class which implement
dis interface must define all the methods which is declared
in interface.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can you inherit from a static class in c#?
What is the difference between ienumerable and icollection?
Will the following code compile?
What do constructors do in c#?
What is default access specifier for class in c#?
Can main method be final?
What is using in c#?
How many parameters can a method have c#?
Explain the various types of classes used in c#?
Why do we use public static void main in c#?
What is typeof undefined?
How do I create a new form in c#?
What is anonymous types in c#?
What is collection class c#?
Why do I get a security exception when I try to run my c# app?