What?s an interface class?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / naveen
All memebers in interface must be public however by default
they are public.
Is This Answer Correct ? | 0 Yes | 1 No |
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 |
What are modifiers in c#?
What is a copy constructor in c#?
What is uint64_t?
What is immutable in C#?
0 Answers SwanSoft Technologies,
List down the different ide’s provided by microsoft for c# development.
What is verbatim string literal in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What's the difference between abstraction and encapsulation?
What are winforms in c#?
How many bytes is a char c#?
What is difference between struct and class in c#?
What is the use of thread join in c#?