Is It Possible for Static Variables access normal variable?
and Normal Varialbe Access the static Variables?
Answer Posted / srinu
static variables can access using this keyword. and the
normal variables can access the static variables using
class.variable_name.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is http post action?
How can we create a website?
Where viewstate value is stored in asp.net?
in which protocol ASP.NET WEB API Work?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
How can you implement the postback property of an asp.net control?
Explain what is viewstate?
How would you turn off cookies on one page of your website?
Why do we use sessions?
What is the difference between c# and .net?
How to prepare culture-specific formatting in .net.
Differentiate between a page theme and a global theme?
Give 2 examples for scenarios when routing is not applied?
Define machine.config in .net?
What is the difference between adding reference in solution explorer and adding references by using ?