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
Can you specify an access modifier for an enumeration?
Why do we use public static void main in c#?
Why would you use untrusted verification?
How many classes are there in classification?
What is difference between dll and exe in c#?
Explain the constructor in c#.
What is difference between struct and class in c#?
What are the differences between events and delegates in c#?
What is Implementation inheritance
Why do we use interfaces in c#?
What is cli in c#?
What do constructors do in c#?
explain the nature of the assembly work?
C# called c sharp why?
What are async and await?