can we declare a variable by name "this" in a class? Please
explain?
Answer Posted / murugavel
No we can't. Because its a keyword.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is a delegate how is it type safe?
In a memory when you Box and Unbox a value-type what happens?
Can main method be final?
What is difference between first and firstordefault?
What is a float?
What is static variable in c#?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
How do you determine whether a string represents a numeric value?
What does do in c#?
What is datatable in c#?
What is the main usage of keyword “virtual†? How does it work for a method or property?
What is the difference between delegates and events in c#?
Explain the difference between Response.Write () and Response.Output.Write ().
What happens if the inherited interfaces have conflicting method names?
How to open a new form on button click in Windows forms?