can we declare a variable by name "this" in a class? Please
explain?
Answer Posted / bindu sharma
No,we cannot declare a variable by name "this" because it
is a keyword.but we can use any keyword as identifiers only
when they are prefaced by the @character.
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
What is string [] args in c#?
How many types of delegates are there in c#?
What is difference between variable and property in c#?
What is the use of ispostback in c#?
What is protected internal modifier in C#?
How do I link two windows forms in c#?
In dynamic link library, which api is used for load library?
Why we use get and set method in c#?
What is the use of flag in c#?
Explain polymorphism in c# with a simple example?
what is a static constructor?
How can you reference current thread of the method ?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Does the system.exception class have any cool features?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?