WHAT IS THE EXACT USE OF INTERFACE(DONT TELL USE FOR
MULTIPLE INHERITANCE)
Answer Posted / kinge amol
if any future implimentation required so not implimentation
on class but is impliments in interface and inherites
interface form class
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is string empty?
What does args mean in c#?
What is difference between dictionary and hashtable in c#?
What is collection class c#?
What is the difference between // comments, /* */ comments and /// comments?
Why do we need static in c#?
Is typeof c#?
What is the implicit name of the parameter that gets passed into the class set method?
Can extension methods access private members?
Difference between abstract classes and interfaces
What is Event - Delegate?
Is null == null c#?
List the fundamental oop concepts?
What is the difference between namespace and class?
What is the difference between static and private constructor?