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
Distinguish between a class and struct?
Why do we use yield in c#?
To whom a method is accesssed if it is marked as protected internal ?
What is view model in c#?
What is enumerable in c#?
What is session management in c#?
Can we have multiple threads in one app domain?
What is int64 in c#?
Can we overload the main method in c#?
Can a struct be null?
What is string concatenation?
Explain polymorphism in c# with a simple example?
What is dependency in software?
Which sorting algorithm is best?
Define acid rule of thumb for transactions in c#.