What is difference between interface inheritance and class
inheritance ?
Answer Posted / sudheer
An interface has all public members and no implementation. An abstract class is a class which may have the usual flavors of class members (private, protected, etc.), but has some abstract methods.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between int.parse and int.tryparse methods?
How does inheritance work in c#?
What is Implementation inheritance and interface inheritance?
Explain About Iunknown interface Queue
What is deadlock in c#?
What is entity framework c#?
Is equal in c#?
Explain About ADO and its objects
What is sqldatareader c#?
Differentiate between copy and default constructor.
What are the Configuration files in .net?
Can abstract class be sealed in c#?
Is dll a library?
What is a console application in c#?
Distinguish between array and arraylist in c#?