Wednesday 25 September 2013

What is value parameters?

Ques:- What is value parameters?

Ans:- A parameter declared without ref or out modifier in value parameter.

A value parameter come into existence upon invocation of the member function(method, instance constructor, accessor or operator) to which the parameter belongs,  and initialized gi with the value of argument given in the invocation.

No comments:

Post a Comment