What is this keyword in C#?



What is this keyword in C#?..

Answer / Deepika Varshney

The 'this' keyword refers to the current instance of a class or struct. It can be used to access members (fields, properties, and methods) of the current instance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are PE(Portable Executable)?

1 Answers   MCN Solutions,


Hi all,I am the beginner. Please tell use of finally block.

6 Answers   IBM,


What is string programming language?

1 Answers  


What is an extension method in c#?

1 Answers  


what are the different ways a method can be overloaded?

1 Answers   Siebel Systems,


What is extended method in c#

3 Answers   iNautix,


what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??

2 Answers  


What issues can be faced while delivering code?

1 Answers   TCS,


What is tochararray in c#?

1 Answers  


Can we inherit private members of class in c#?

1 Answers  


What is the use of static abstract class

5 Answers   Karur Vysya Bank KVB, Target,


What is extended class in c#?

1 Answers  


Categories