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 is private readonly in c#?
Why do we need properties in c#?
Can we declare class as protected?
Why do we use delegates?
Which are access modifiers available in c#?
What is lazy t?
What are the different types of delegates?
What do you mean by string objects are immutable?
What is a streamwriter in c#?
What is wrong with the sample program below?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
Is c and c# the same?
Is c# scripting language?
How can I use .NET components from COM programs?
If I want to override a method one of class A and in class b then how do you declare?