Answer Posted / dhanunjaya
An interface is the contract between the class and itself.
an interface can contain abstract memberrs only.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why do we use dictionary in c#?
What is a console file?
What is static classes?
What is token in c#?
Where do we set the min and max pool size for connection pooling?
Why do we still see so much non-oo code written in c# today?
If I want to override a method one of class A and in class b then how do you declare?
What are callback methods in c#?
What is difference between static and readonly in c#?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
Why we use dll in c#?
How Global.asax is used ?
Why hashtable is thread safe in c#?
How do we achieve encapsulation in c#?
What is difference between list and dictionary in c#?