What?s an interface class?

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


Please Help Members By Posting Answers For Below Questions

Can you inherit from a static class in c#?

680


What is the difference between ienumerable and icollection?

696


Will the following code compile?

750


What do constructors do in c#?

681


What is default access specifier for class in c#?

677


Can main method be final?

675


What is using in c#?

654


How many parameters can a method have c#?

682


Explain the various types of classes used in c#?

695


Why do we use public static void main in c#?

675


What is typeof undefined?

680


How do I create a new form in c#?

712


What is anonymous types in c#?

693


What is collection class c#?

697


Why do I get a security exception when I try to run my c# app?

771