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
Are private members inherited in c#?
What is an iqueryable in c#?
Is list passed by reference c#?
Why would you use untrusted verification?
How do you create user defined data types in c#?
What is boolean method?
What are the examples of data types?
What floating point types is supported in C#?
Explain the three test cases in unit testing?
What is the use of 0 in c#?
Perfect Example Of While And Do-While Loop In C#.Net ?
Is namespace necessary in c#?
Is c# used for any core features of windows vista?
What is difference between Enum and Struct?
What are the differences between system.string and system.text.stringbuilder classes?