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 Asynchronous call and how it can be implemented using delegates?
what is the difference between the debug class and trace class?
Is unboxing an implicit conversion?
What is public or shared assemblies ?
What is jagged array?
What is the difference between abstract class and interface in c#?
Is c# lazy thread safe?
What is a interface in c#?
What is difference between C# and VB.NET?
Which .gang of four. Design pattern is shown below?
How do you declare an interface in c#?
What is the difference between values and reference types?
what is the Difference between the public and private ?
Can fields inside a class be virtual?
How can you read 3rd line from a text file?