What?s an interface class?

Answers were Sorted based on User's Feedback



What?s an interface class?..

Answer / guest

It?s an abstract class with public abstract methods all of
which must be implemented in the inherited classes.

Is This Answer Correct ?    3 Yes 0 No

What?s an interface class?..

Answer / 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

What?s an interface class?..

Answer / naveen

All memebers in interface must be public however by default
they are public.

Is This Answer Correct ?    0 Yes 1 No

What?s an interface class?..

Answer / kamlesh sharma

interfaces are contract behaviour between class which
implement this must define all the functions that declared
in interface

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Where is the keyword void used?

0 Answers  


What is an example of a delegate?

0 Answers  


Explain “static” keyword in c#?

0 Answers  


How can I process command-line arguments?

0 Answers  


what is IDisposal interface,IComparable,IEquatable,IFormatable

0 Answers   Wipro,






What are the fundamental principles of oo programming?

0 Answers  


What is difference between il and dll ?

0 Answers  


Do while loops yes or no c#?

0 Answers  


What?s a delegate?

3 Answers  


What is getenumerator?

0 Answers  


What is difference between dictionary and hashtable in c#?

0 Answers  


what is .NET framework architecture ??

0 Answers   IIT, Impetus,


Categories