What?s the difference between an interface and abstract class?
Answer Posted / dj
a class can inherit multiple interface where as
a class can inherit only one abstract class
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain boxing and unboxing in c#?
Explain types of comment in c# with examples
What is method overriding in c#
Explain About Virtual functions and their use.
What is the difference between internal and protected in c#?
What is cts, clr?
What is parameter c#?
What is the difference between virtual and override in c#?
Why we use get and set method in c#?
Explain the features of an abstract class in net.
Which is better interface or abstract class in c#?
What is verbatim string literal in c#?
Why do we use parameters in c#?
What is private readonly in c#?
What is part of a method signature in c#?