Answer Posted / dhanunjaya
An interface is the contract between the class and itself.
an interface can contain abstract memberrs only.
And more over an interface can contain abstract
functions,abstractv properties,abstract events,abstract
indexers,but not contain
variables,functions,constructors,destructors.it provides
the rules that can followed by all the derived classes......
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a method and a property?
How do you declare an interface in c#?
What are delegates in C#?
Is c# lazy thread safe?
What is a delegate? How can it works?
What is the difference between namespace and class?
What does void mean in c#?
Is Multiple-inheritance supported by c#?
Is arraylist thread safe?
What is master page in asp net c#?
What is the default value of object in c#?
What is a static class in c#?
What language is c# similar to?
What is deadly diamond problem?
How can I make sure my c# classes will interoperate with other .net languages?