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 new enhancements done in default project template of asp.net mvc 4?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Where is tempdata stored?
Explain unit test done by tester on development team?
What is page life cycle?
what is .edmx file and what it contains?
How route table is created in ASP.NET MVC?
What are Action Filters in ASP.NET MVC and its use?
What is action methods in web api?
How does servicing work for the .net framework 3.0?
What is Dependency Injection in ASP.Net MVC
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
what do you mean by table-per-hierarchy?
Can you explain renderbody and renderpage in mvc?
What are Non Action methods in ASP.Net MVC?