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
Does c# have primitives?
What is window application in c#?
What is the difference between field and property in c#?
Please explain the basic string operations used in c#?
Explain circular reference in c#?
What is data reader in c#?
What is a property c#?
How does inheritance work in c#?
Can struct have constructor c#?
What is use of private class in c#?
Name the property of the textbox which cannot be changed at runtime?
What is the use of inheritance in c#?
What is join in c#?
Is Facebook a desktop application?
What is the difference between internal and private in c#?