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 does this keyword mean in c#?
Can I get the name of a type at runtime?
What is datasource c#?
what is inheritance and an example in vb.net and c# of when you might use it?
Explain how to use an extender provider in the project.
List the fundamental oop concepts?
Why interface is required?
How do I make a dll in c#?
What does protected internal access modifier mean?
What is ado c#?
What is xpath in c#?
How do I stop my console from closing in c#?
Describe two uses of the “using” statement during the operation of c#?
What are some examples of desktop applications?
Can we have two main methods in c#?