what is the difference between interface and abstraction?
Answer Posted / durgaprasad shetty
Interface produce loose coupling. Abstraction produce tight
coupling now u r question what is coupling coupling is
dependency between functions.
Abstraction methods dont have body.
Interace mainly using in multiple inheritence because
abstract will not support to multiple inheritence.
and + Ashish gupta's Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is string concatenation?
What is datagrid c#?
How can you access a private method of a class?
Why do we need to serialize data?
Which property of the textbox cannot be changed at runtime?
Why dependency injection is used in c#?
Is null empty or whitespace c#?
Why do we need abstraction in c#?
What is asp net in c#?
What is the difference between c and c# programming?
Difference between value and reference type. What are value types and reference types?
What do you mean by jagged arrays in c#?
What does question mark mean in c#?
What is the difference between package and interface?
How do I create a delegate/multicastdelegate?