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 is class sortedlist underneath?
Explain lock, monitors, and mutex object in threading.
Explain how obfuscator works in .net
What is form feed in c#?
What are the advantages of using delegates in c#?
Define delegate in c#?
what are the contents of an assembly ?
Define using statement in c#?
What is a console in c#?
What is difference between throw and throws in c#?
Can I get the name of a type at runtime?
What is the difference between abstraction and encapsulation in c#?
Explain About stateless and state full web service
Can a method be sealed in c#?
What is private static in c#?