An abstract class is inherited, an Interface also
inherited(multiple inheritance), How it differences.
Answer Posted / ashish p
Following are the differences between abstract and
interfaces :-
1) Abstract classes can have concrete methods while
interfaces have no methods implemented.
2) Interfaces do not come in inheriting chain, while
abstract classes come in inheritance
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the differences between value types and reference types?
Is functional interface runnable?
Explain attributes in c#?
What is dynamic object in c#?
What is the difference between arraylist and list in c#?
What .exe means?
What are the fundamental differences between value types and reference types?
When would you use generics in your code c#?
What is icomparer in c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
How many types of constructor are there in c#?
What is the Signification of the "new " keyword in C#? example
What is the use of convert toint32 in c#?
Why do we use parameters in c#?
Why do we need static in c#?