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 public or shared assemblies ?
How do you serialize in c#?
How is method overriding different from overloading?
What is inheritance c#?
What do you mean by string objects are immutable?
What is variable in c#?
What is the use of functional interface?
What is a interface in c#?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
Is there an equivalent to the instanceof operator in visual j++?
What is the property of class?
How do you sort a list in c#?
What are the basics of c#?
Describe the types of comments in c#?
What does public mean in c#?