Where The Inheritence is useful?How we decide the situation
of inheritence
Answer Posted / shipra agarwal
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the components of the .net framework.
How large is the .net framework 3.0? Does this change make the release larger?
Which .net framework is installed?
Is .net framework going away?
Can you explain the page life cycle of mvc?
What is web api‘s in asp.net mvc 4 ?
What is the need of Action Filters in ASP.Net MVC
Give an example for authorization filters in an asp.net mvc application?
what is use of entitydatasource control?
what is split entity?
What are the components required to create a route in mvc?
Which filter executes first in an asp.net mvc application?
Can we add constraints to the route? If yes, explain how we can do it?
How we can invoke child actions in ASP.Net MVC?
what is model first approach?