What is the implicit name of the parameter that gets passed into the set method/property of a class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Explain the 3 types of properties in c# with an example?

0 Answers  


Are attributes inherited c#?

0 Answers  


Does constructor return any value in c#?

0 Answers  


What is an array? Give the syntax for a single and multi-dimensional array?

0 Answers  


What is Partial class? What purpose we use it?

6 Answers   ACS, TATA,






what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?

0 Answers   Satyam,


Can a class have static constructor?

0 Answers  


How can we set class to be inherited, but prevent the method from being over-ridden?

0 Answers  


i have a table named login in mysql database containing (empid,fname,lname,mobno,emailid,usrname,usrpwd) i have 2 textboxes in which i enter my username and pwd..so based on what is entered in those textboxes it should retreive all other details of dat username in the remaining 6 textboxes..i want the code for this...

1 Answers   Royal Enfield,


Does c# support templates?

0 Answers  


What happens if a static constructor throws an exception?

0 Answers  


What is a delegate, why should you use it and how do you call it ?

1 Answers  


Categories