Answer Posted / rohan patel india
shadowing in general is when two variables/methods or any
other element has same name and any one of the both can
shadow( in OOP case override) the behavior of other.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Are there any parts of the .net framework 3.0 that only work on windows vista?
What is Layout in ASP.Net MVC?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is razor code?
How to use multiple submit buttons in asp.net mvc?
How can you return string result from Action in ASP.Net MVC?
How to answer for project questions..?
What is objectset? : Entity framework
how do you mark a property as required? For example, for a project, the name is a required field.
What is viewdata?
What is namespace of asp.net mvc?
What are the 2 popular asp.net mvc view engines?
What are non action methods in mvc?
What is a model in android?
Is http stateful or stateless?