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 exe file in c#?
What is an escape sequence? Name some string escape sequences in c#.
What is callback function in c#?
what is IDisposal interface
Why do we use abstraction in c#?
How do I get deterministic finalization in c#?
Does a class need a constructor c#?
What is tuple in c#?
Is cli same as the clr?
What is clr in c#?
Explain about accessibility modifier 'protected internal'?
What are generics in c#.net?
How can I check the type of an object at runtime?
What is difference between static and readonly in c#?
What are extender provider components? Explain how to use an extender provider in the project.