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 the default boolean value in c#?
What is event sourcing in c#?
What is the purpose of dependency injection?
What is the use of protected in c#?
Can non-default constructors be used with single call sao?
what is the difference between the debug class and trace class?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
Is predicate a functional interface?
What is a dictionary in c#?
What is the property of a class in c#?
Why dataset is used in c#?
What is singleordefault?
What is an event in c#?
What is activator c#?
What is use of a HashTable in .NET?