The Ace
04-30-2007, 09:06 AM
Hey,
I'm making a class that reads information from various sources,
and eventually needs to return an array of data, or an object.
that my question...
the array is filled with a number of items (at least one item).
I can't "change" the data (it's not stored on a database that i can access to and change), so all the returned data is static on my end.
any reason for me to use objects instead of regular arrays in that situation?
Thanks guys.
I'm making a class that reads information from various sources,
and eventually needs to return an array of data, or an object.
that my question...
the array is filled with a number of items (at least one item).
I can't "change" the data (it's not stored on a database that i can access to and change), so all the returned data is static on my end.
any reason for me to use objects instead of regular arrays in that situation?
Thanks guys.