|
|
 |
BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003  | This is the forum to discuss the Wrox book Professional VB.NET 2003 by Bill Evjen, Billy Hollis, Rockford Lhotka, Tim McCarthy, Jonathan Pinnock, Rama Ramachandran, Bill Sheldon; ISBN: 9780764559921 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

December 5th, 2004, 05:00 PM
|
|
Registered User
|
|
Join Date: Dec 2004
Location: Radcliff, KY, USA.
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Method
Why do we use methods?
|

December 6th, 2004, 06:09 AM
|
 |
Wrox Author
|
|
Join Date: Dec 2003
Location: Fuquay Varina, NC, USA.
Posts: 381
Thanks: 0
Thanked 6 Times in 6 Posts
|
|
Stan,
Assuming this is a general question, the short answer is to promote code reuse. You write the code in a single method and you can call that method from other places in your code.
It also helps to make your code cleaner, easier to read, and easier to maintain.
Thearon
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| About Method |
VeradisSanthanam |
ASP.NET 2.0 Basics |
1 |
June 19th, 2007 07:52 AM |
| method |
amit_p_patel |
VB How-To |
2 |
May 25th, 2007 02:46 AM |
| Why is this method placed in |
filip |
BOOK: Professional JavaScript for Web Developers ISBN: 978-0-7645-7908-0 |
1 |
August 25th, 2006 10:40 PM |
| Required method? |
budman |
Pro JSP |
2 |
July 1st, 2006 08:39 PM |
| Best method |
rastham |
SQL Server 2000 |
2 |
February 16th, 2006 12:59 AM |
|
 |