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
How we can handle the exception at controller level in ASP.Net MVC?
Explain linq to entities? : Entity framework
What are child actions in ASP.Net MVC?
What are the 3 main components of an asp.net mvc application?
Explain what platforms does the .net framework run on?
What is objectcontext? : Entity framework
Can I add mvc testcases in visual studio express?
What is the advantage of mvc?
The order of the filters that get executed, if the multiple filters are implemented?
How does work clr?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Can any particular component of .net framework 3.0 be removed?
What is meant by tempdata in mvc?
What is entity framework? : Entity framework
How do I install .net framework?