07-04-2010, 12:16 AM
Can anyone explain me why we required method to be used in vb.net. what is the advantage. thanks
method
|
07-04-2010, 12:16 AM
Can anyone explain me why we required method to be used in vb.net. what is the advantage. thanks
07-06-2010, 01:22 PM
what do you mean.
it would be great if you could explain a little more of what you are asking.
07-06-2010, 04:46 PM
I don't understand either.What you mean by method?
07-07-2010, 03:16 AM
07-09-2010, 02:08 PM
Explain better man in order to help you
07-10-2010, 03:54 AM
Here is some help: http://www.startvbdotnet.com/language/methods.aspx
Try searching google. It helps. Anyway, here is the advantage of methods: In your applications you might need to use the same piece of code many times. So, without methods you would need to copy-paste this piece of code, making your source huge and full of crap. However, with methods you can just add this code in a function or a sub and call it with a single line of code. |
« Next Oldest | Next Newest »
|