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 is difference between ilist and list?
Is exe is machine dependent?
What is difference between events and delegates?
What is int32 in c#?
What are the types of delegates in c#?
What is difference between throw and throws in c#?
Is c# the same as d flat?
what are implementation inheritance and interface inheritance?
Is array ienumerable c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
How can I check the type of an object at runtime?
What is the benefit of using interface in c#?
What is a must for multitasking
What is a Assembly?
What is overloading with example?