What are VB Packages?

Showing Answers 1 - 1 of 1 Answers

sohotra

  • Mar 18th, 2008
 

VB uses namespaces not packages, Java uses packages. Just different name but same meaning. namespaces/packages are used to organize your program, an example would be to create a package for connecting, querying a database and then using that package in your program where necessary.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions