C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

Can you change the value of a variable while debugging a C# application?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

Yes, if you are debugging via Visual Studio.NET, just go to Immediate window.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
Can you allow class to be inherited, but prevent the method from being over-ridden?Are private class-level variables inherited?