What?s the implicit name of the parameter that gets passed
into the class? set method?



What?s the implicit name of the parameter that gets passed into the class? set method?..

Answer / guest

value

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What do you use c# for?

0 Answers  


Can you prevent your class from being inherited and becoming a base class for some other classes?

3 Answers  


How Global.asax is used ?

0 Answers   Siebel,


What is the difference between field and property in c#?

0 Answers  


What is the default boolean value in c#?

0 Answers  






Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?

0 Answers  


How to achieve polymorphism in c#?

0 Answers  


What are the steps for creating clr trigger

0 Answers  


How does bitwise work?

0 Answers  


What is windows forms in c#?

0 Answers  


What is xml document how do you open it?

0 Answers  


There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.

3 Answers   HCL,


Categories