An abstract class is inherited, an Interface also
inherited(multiple inheritance), How it differences.
Answer Posted / kidkid
An abstract class has its properties but an interfaces has
only method (abstract method).
However A class can inherit only one abstract class but can
inherit one or more interface.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What you mean by inner exception in c#?
Explain About Virtual functions and their use.
Explain the difference between Response.Write () and Response.Output.Write ().
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
List the different stages of a thread?
What is generic collection in c#?
How Reflection is used and what it's significance ?
What is jagged array?
What are the differences between static, public and void in c#?
What is the use of list in c#?
What is Fragmentation and its Types?
what is a static constructor?
What is delimiter in c#?
What is the difference between dictionary and hashtable in c#?
What is a property c#?