WHAT IS THE EXACT USE OF INTERFACE(DONT TELL USE FOR
MULTIPLE INHERITANCE)
Answer Posted / ashwani kumar
Interfaces are used to decouple the application means our
implementation and defination are diffrent so any change in
one layer dn't affect other
and
if we want to follow some designing pattern then we use
interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Compare and contrast between the System.Array.CopyTo() and Clone()?
What is an Interface in C#?
When should you use generics?
Is python easier than c#?
How string definitions will prevent escaping on backslashes in C#?
What is managed code?
What Is An Interface Class?
What is singleordefault?
Name which controls do not have events?
What is writeline in c#?
What is a collection in c#?
Differentiate between the public and private ?
What is delegate in c#?
Why do we need escape characters?
Can you change the value of a constant filed after its declaration?