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
Explain what platforms does the .net framework run on?
What are the possible razor view extensions?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is edm (entity data model)? : Entity framework
How to change the action name in ASP.Net MVC?
What is Area in ASP.Net MVC?
What are the levels at which filters can be applied in an asp.net mvc application?
What is basic authentication in web api?
What is web api‘s in asp.net mvc 4 ?
Explain the new features added in version 4 of mvc (mvc4)?
What does a viewmodel do?
What are authentication filters in web api?
Which is the root namespace for fundamental types in .net framework?
What are scaffold templates in mvc?
Explain how you can implement Ajax in MVC?