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 is difference between for and foreach loop in c#?
Tell me the difference between call by value and call by reference.
Can you have more than one namespace in c#?
What’s a strong name?
How to reduce image resolution in C#?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
How are delegates chosen?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
What is a class level variable in c#?
Why are strings immutable c#?
How would you describe encapsulation in c#?
What are the types of methods in c#?
what is c# command?
Is char * null terminated?
What is serialization in unity?