Answer Posted / selvarajks
It points to the object that is pointed to by this reference. Object’s instance data is shown.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should you use generics?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What is reference types in c#?
Can an array be null c#?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
How do I use the 'using' keyword with multiple objects?
When should I throw an exception?
Is there regular expression (regex) support available to c# developers?
Is array passed by reference in c#?
Is multilevel inheritance possible in c#?
How do partial classes work in c#?
What is reflection in c#?
Enlist some of the properties of a thread class?
What does type safety mean?
What does addressof operator do in background ?