Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
method
#1
Can anyone explain me why we required method to be used in vb.net. what is the advantage. thanks
Reply
#2
what do you mean.

it would be great if you could explain a little more of what you are asking.
Reply
#3
I don't understand either.What you mean by method?
Reply
#4
(07-06-2010, 04:46 PM)BRSteven Wrote: I don't understand either.What you mean by method?

class, method etc.,
Reply
#5
Explain better man in order to help you
Reply
#6
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.
My software company: Porosis Software
Games: Terrantula
Apps: Mathanasis, ColorGrabber
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)