Limitations on using the global variables are:
· The global data might be modified by code elsewhere in your application, which could cause unpredicted results
· There are times when you only ever want to use a function for one purpose, and using a global data store reduces the possibility that you will make an error in a function call, perhaps passing it with the wrong variable.
Monday, May 21, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment