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 namespace in oop?
What does namespace mean?
What are the benefits of using windows services:
Difference between Value type & reference types ? and give the example in .Net?
What is better C# or VB.NET?
What is the difference between function and method in c#?
How do you convert byte array to hexadecimal string, and vice versa?
What is the difference between internal and protected in c#?
What exactly is serverless?
Explain “static” keyword in c#?
What do you mean by directing?
Wcf and what is difference between wcf and web services?
what is boxing and unboxing?can we initialize unboxing directly?
What is type class in c#?
How do I create a multilanguage?