Dot Net Framework Question:
Download Questions PDF

Where The Inheritence is useful? How we decide the situation of inheritence?

Answer:

Mostly inheritance requires in large classes where every
time searching and writing of same data is impossible. That
case requires us to define some inherited functions methods
n classes.Whenver they required they simply inherited from
inheritance class where they are already defined along with
their functionality to handling some other data pieces.

Download Dot Net Framework Interview Questions And Answers PDF

Previous QuestionNext Question
What is CLR? How does work CLR & wht is work of CLR?Who handles these error while writing the source code?