Using shadow variable is good or bad for application?
Answer Posted / arul
It's not good programming method. Better we can use
overriding concepts to avoid shadow copy the variables.Using
shadow copy will lead to the confusion while doing more coding.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How can you implement encapsulation in asp.net?
Explain server-side scripting?
How is application management and maintenance improved in asp.net 2.0?
How to create multi language website in asp.net mvc? : Asp.Net MVC
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Explain method to handle error using HttpError in Web API?
What do you mean by authorization?
What is %20 in a url?
What are the media types of http requests and response?
What is postback pixel?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is a session in programming?
How to implement role based security in asp.net mvc? : Asp.Net MVC
Describe the disadvantage of cookies.
Explain how asp.net page works?