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 pure abstract class in c#?
Why does dllimport not work for me?
What is an Interface in C#?
What is satellite assembly? And steps to create satellite assembly?
What is event sourcing in c#?
What can be done with c#?
Describe how a .net application is compiled and executed
What is the difference between console application and windows application?
What is difference between dll and exe in c#?
What is regex replace in c#?
Write a program to find the angle between the hours and minutes in a clock
What is escape sequence in c#?
Which is better python or c#?
what is boxing and unboxing?can we initialize unboxing directly?
What is string in c# net?