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 Is A Satellite Assembly?
What does void mean unity?
What's difference between constants and static readonly?
Explain About .NET Remoting and types of remoting
How can I create image pieces/sub image?
Is null c# operator?
What are the return types in c#?
What is an interface class? Give one example of it
What is CASPOL?
What is the difference between select and selectmany?
Give some examples for built in datatypes in c#?
What are "class access modifiers" in C#?
What is boxing and unboxing in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is the difference between == and object.equals?