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
How to sign an assembly with strong name?
What is void in c#?
Define parsing?
What is the full form of GAC? Explain its uses?
What does int32 mean in c#?
C# called c sharp why?
What is xpath in c#?
What are the types of comments in c#?
What are native methods?
Is an interface a type c#?
What is a property in c#?
What are delegate methods?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
Is c# an array?
What is getenumerator?