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?
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 Question | Next Question |
Can you allow class to be inherited, but prevent the method from being over-ridden? | Are private class-level variables inherited? |