Answer Posted / priya
If you want to pass the value of the variable, use the
ByVal syntax. By passing the value of the variable instead
of a reference to the variable, any changes to the variable
made by code in the subroutine or function will not be
passed back to the main code. This is the default passing
mechanism when you don’t decorate the parameters by using
ByVal or ByRef.
If you want to change the value of the variable in the
subroutine or function and pass the revised value back to
the main code, use the ByRef syntax. This passes the
reference to the variable and allows its value to be
changed and passed back to the main code.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is serialization in dot net?
What do you mean by delegates and explain different types of delegates?
Explain About namespaces
What is a helper method in c#?
What is the use of dll file in c#?
What is the major difference between a custom control and user control?
What are the access modifiers in c#?
Explain the security with aop?
What are the differences between system.string and system.text.stringbuilder classes?
Is array a list?
What are examples of desktop applications?
Is c# slower than java?
Helo , Help Me , Help Me About : C# Windows Application - Network How To Manage IP Client's Accessiblity To The Internet Share concise Substitute , Minor ISA Server
Why do we use virtual methods in c#?
What are extender provider components? Explain how to use an extender provider in the project.