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

Why do we use threads in c#?

0 Answers  


Why are strings in c# immutable?

0 Answers  


What is a multicast delegate in c#?

0 Answers  


How do I convert a string to an int in c#?

0 Answers  


Is dll a library?

0 Answers  






How do I format in c#?

0 Answers  


What does console readkey do in c#?

0 Answers  


How do I create a multi language, multi file assembly?

0 Answers  


Explain About friend and Protected friend

0 Answers  


Why are mutable structs evil?

0 Answers  


please exaplain gridview and what are the process available for it. how to add the row number automatically? is it possible to add child controls ?

2 Answers  


What is serializable in c#?

0 Answers  


Categories