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 IComparable
What is difference between float and integer?
What is string empty?
What is bitwise operator in c#?
What is nullable types in c#?
What is assembly manifest?
What is array c#?
What is a partial method?
Is c# strongly typed?
Where is c# compiler located?
How to sort an int array in c#?
What is writeline?
How many bytes is an int c#?
Explain about generics in c#.net?
What is Named parameter in C#?