Answer Posted / shadab
An output parameter is a mechanism to pass value as
reference.It is like a reference type parameter but one
differece in reference type and output type is
the variable that is passed as output parameter exists only
one copy in memory.
In case of output parameter variable can be
used without initializing i.e local varible can be used
without initializing.
output mechanism is also called out because value
is transfered outside the method.
And parameter array is a way to pass array as parameter
for more details->
Go to url -> www.shadab-programminghelp.blogspot.com
for details and to see code visit above mentioned url.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why do we still see so much non-oo code written in c# today?
What is difference between C# and VB.NET?
What is enumerable in c#?
What is distribute by in hive?
Is c# or c++ better for games?
what is the scope of anonymous type ?
What is desktop example?
What is the use of console?
Are arraylist faster or arrays?
Why do we use interface in c#?
Why do we use dictionary in c#?
Can you explain template pattern?
How many digits is a 32 bit number?
Is lazy thread safe c#?
Define parsing?