What does this keyword mean in c#?



What does this keyword mean in c#?..

Answer / Vinod Kumar Duvedi

The 'this' keyword in C# refers to the current instance of the class. It can be used to access non-static members of a class from within that class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is cookies in c# asp net?

1 Answers  


Why do we use ienumerable in c#?

1 Answers  


Which is more efficient for loop or while loop?

1 Answers  


What is querystring in c#?

1 Answers  


What is a console in c#?

1 Answers  


Does c# support templates?

1 Answers  


What is Interface and Abstraction (in real time scenario)

4 Answers   HCL,


7.What are typed data set?

2 Answers   Ebix, Mphasis,


What?s an abstract class?

5 Answers   Siebel,


How many constructors can a class have in c#?

1 Answers  


What is list collection in c#?

1 Answers  


What are synchronous and asynchronous operations?

1 Answers  


Categories