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

What are modifiers in c#?

0 Answers  


What is a copy constructor in c#?

0 Answers  


What is uint64_t?

0 Answers  


What is immutable in C#?

0 Answers   SwanSoft Technologies,


List down the different ide’s provided by microsoft for c# development.

0 Answers  


What is verbatim string literal in c#?

0 Answers  


If you define a user defined data type by using the class keyword, is it a value type or reference type?

0 Answers  


What's the difference between abstraction and encapsulation?

0 Answers  


What are winforms in c#?

0 Answers  


How many bytes is a char c#?

0 Answers  


What is difference between struct and class in c#?

0 Answers  


What is the use of thread join in c#?

0 Answers  


Categories