English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

to submit as an assignment

2007-01-26 16:01:18 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

Objects simplify the coding process. If an OBJECT writes data to (or reads data from) a file, then the programmer using the object can simply call the object.WriteData(variables as vartypes) or object.ReadData(variables as vartypes) code instead of having to code
Open filename for usetype as #FreeFile
Use it
Close #FreeFile

each time they want to code a program that reads from or writes to an external data file. That's just one example. For more examples, check out the book "Learn to Program with Visual BASIC Objects" by John Smiley. I have linked to the book's Barnes and Noble page in the sources section.

2007-01-27 05:50:31 · answer #1 · answered by Richard H 7 · 0 0

its helps u manage the code in an better and efficient way
helps to sort out the unmanageability of the code and helps u write the solution in an efficient and productive manner

2007-01-26 16:06:02 · answer #2 · answered by sweetboy 3 · 0 0

fedest.com, questions and answers