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
How big is int16?
In C#, explain the difference between overloading and overriding.
Why do we write system in c#?
What is ilist c#?
What is c# used for in the industry?
What is the use of iqueryable in c#?
How do I format in c#?
Contrast System.String and System.Text.StringBuilder classes?
What is task parallel library?
What is string empty?
How do I unload an application domain?
What is use of singleton class in c#?
How to declares a two-dimensional array in C#?
What operator means?
What is serialization in dot net?