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
Define multicast delegate? How it be used?
Why do we need static in c#?
What is toint32 c#?
Define a partial class?
Why do we need events in c#?
What are types of constructor?
What is a collection class in c#?
Why is aws serverless?
What are object pooling and connection pooling and difference between them?
Why do we use stringbuilder in c#?
What is the main usage of keyword “virtual†? How does it work for a method or property?
Is c# substring zero based?
Is there hashmap in c#?
Can we inherit two classes in c#?
Can we change static value in c#?