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
What can be done with c#?
Which controls do not have events?
Can a class have static constructor?
What are anonymous types in c#?
What is the default value of guid in c#?
What do constructors do in c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
Can you mark static constructor with access modifiers?
Explain clr in brief.
Why do we need interface in c#?
What is the use of main method in c#?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
Is c# and c sharp same?
Can a string be null c#?
What is data adapter in c#?