What is InterFace???

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


Please Help Members By Posting Answers For Below Questions

What is the difference between a method and a property?

653


How do you declare an interface in c#?

642


What are delegates in C#?

741


Is c# lazy thread safe?

661


What is a delegate? How can it works?

713


What is the difference between namespace and class?

621


What does void mean in c#?

698


Is Multiple-inheritance supported by c#?

737


Is arraylist thread safe?

650


What is master page in asp net c#?

641


What is the default value of object in c#?

644


What is a static class in c#?

678


What language is c# similar to?

681


What is deadly diamond problem?

741


How can I make sure my c# classes will interoperate with other .net languages?

704