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 anonymous class in c#?
What are functions in c#?
Define delegate in c#?
What is datetime minvalue in c#?
While debugging a C# application can you change the value of a variable?
Where do we set the min and max pool size for connection pooling?
How to find the current application file path while runtime?
Can abstract class have constructor?
Is c# different than c++?
Define encapsulation?
What is the difference between convert and parse in c#?
What is constructor overloading in c#?
When would you use generics in your code c#?
Are there functions in c#?
Illustrate race condition?