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
What are the different types of constructors?
Difference between value and reference type.
What are functions in c#?
Explain Constructor and destructor?
What is difference between association, aggregation and inheritance relationships?
Is as operator in c#?
What is interface inheritance in c#?
Is c sharp free?
What is yield return in c#?
What are the advantages of generics in c#?
What is serialization in dot net?
Is lazy thread safe c#?
Are private members inherited in c#?
What is an xsd file?
Describe an abstract class?