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 a collection class in c#?
Explain how can I get around scope problems in a try/catch?
What is callback method in c#?
How long has c# been around?
Why is c# used?
What is default value of decimal c#?
Explain the difference between a Private Assembly and a Shared Assembly
What do you mean by saying a "class is a reference type"?
What debugging tools come with the .NET ssSDK?
Why do we use inheritance in c#?
Explain Direct CAST vs CType ?
Can abstract class instantiated c#?
Explain the difference between boxing and unboxing.
Does c# do array bounds checking?
Explain the concepts of cts and cls(common language specification).