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 do you mean by stack and heap in c#?
What is the difference between list and ilist in c#?
How to find methods of a assembly file (not using ILDASM)?
Which is the best language for desktop application?
How do namespaces work?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
Why c# is type safe?
Is Multiple-inheritance supported by c#?
How can you prevent escaping on backslashes in C# with string definitions?
What is field in c#?
What is disco?
Can property be private in c#?
Differentiate between sqlclient oledb and providers?
Is it possible to force garbage collector to run?
What is delegates in c# and uses of delegates?