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
How garbage collection deals with circular references.
Is there an equivalent of exit() for quitting a c# .net application?
What does public mean in c#?
What is console read in c#?
What is out int in c#?
What is the use of expression tree in c#?
Why is dll used?
How do you concatenate in c#?
How is lazy loading achieved?
What is the difference between internal and private in c#?
What is the difference between dynamic and var in c#?
What is the adv of using System.Text.StringBuilder over System.String?
What is array formula?
Which is faster iqueryable or ienumerable?
What is difference between value and reference types in C#.NET