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 meant by unicode characters?
How is lazy loading achieved?
What is float in unity?
What is virtual in c#?
Why do we need escape characters?
What is the difference between public, static, and void?
What is string method in c#?
Is there any sample c# code for simple threading?
What is the namespace for datatable in c#?
To catch any possible exception What is the C# syntax written ?
What is datarelation c#?
What is difference between array and collection in c#?
What is asynccallback c#?
How many types of interface are there in c#?
What is trim in c#?