Answer Posted / maloy.adhikari
Shadowing is a concept of polymorphism usage in Object
Oriented Programming. This is a concept related to
over-riding functions at run-time or making a shadow of the
object's methods in the inherited classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the request flow in asp.net mvc framework?
Difference between ASP.NET MVC and ASP.NET WebForms?
Explain peek method in tempdata in asp.net mvc?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
what do you mean by table-per-type?
Mention the core components of .net framework?
How to change the action name in ASP.Net MVC?
what is code first approach?
What is namespace of asp.net mvc?
What filters are executed in the end?
What is the use of view model in asp.net mvc?
Where is tempdata stored?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Is the following route definition a valid route definition? {controller}{action}/{id}