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
Does c# have functions?
List the different stages of a thread?
Explain how obfuscator works in .net
What are the classes contained in a single .NET DLL ?
How are Windows programs different from normal C-programs?
What is strong name assembly?
What is difference between value and reference types in C#.NET
How do I enforce const correctness in c#?
What are extension methods and where can we use them?
Do vs while c#?
What is the difference between ienumerable and enumerable?
Describe two uses of the “using” statement during the operation of c#?
Explain the term inheritance in C#.
What is delegates in c# and uses of delegates?
What is string [] args in c#?