What is difference between interface inheritance and class
inheritance ?
Answer Posted / govind verma
there are mainly two types of inheritance--
1) Implementation inheritance--when a class is derived from
another class such that it inherits all the members of base
type.
2) Interface Inheritance--when a type inherits only
signature of functions of another type . it does not uses
constructor.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What operator means?
What is difference between for and foreach in c#?
What is an ienumerable in c#?
Explain the features of an abstract class in net.
What does m mean in decimal c#?
How can I process command-line arguments?
Why do we use lambda expression in c#?
What is static classes in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
What is desktop example?
What is type system in c#?
Define using statement in c#?
if you do have a stack overflow profile.what is your ranking?
Can var be null c#?
When do we generally use destructors to release resources?