What is Implementation inheritance



What is Implementation inheritance..

Answer / Hemant Kumar

Implementation Inheritance in C# is a form of inheritance where the derived class inherits both the data members (fields) and methods (functions) from the base class. This allows for code reuse, but it can lead to issues if the base class implementation is not appropriate for all scenarios.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is jagged array?

1 Answers  


Where is the output of TextWriterTraceListener redirected?

1 Answers  


Why we use get and set method in c#?

1 Answers  


Is c# lazy thread safe?

1 Answers  


What is a generic in c#?

1 Answers  


How do you comment in c#?

1 Answers  


what is the difference between passing a value object by reference and a reference object by value?

4 Answers   TCS,


What is anonymous method in c#?

1 Answers  


What is parameter c#?

1 Answers  


what is the lifespan of the items stored in viewstate ?

4 Answers  


Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?

1 Answers  


What is deadly diamond problem?

1 Answers  


Categories