G
Guest
Hi,
I noticed in a sample app source code that the app made use of a class for
example a user class and then had the user objects that got created stuffed
into a user collection. I was wondering why do they do this if the user
object that was created existed for the life of the object why u would need a
user collection? I would think u could just call the user object and get your
info from that just as easily then going the extra step to put the user
object into a user collection. What am I missing here?
What is the user collection giving me over just using the user objects that
I can create by themselves? I hope I am explaining this correctly.
Thanks,
JJ
I noticed in a sample app source code that the app made use of a class for
example a user class and then had the user objects that got created stuffed
into a user collection. I was wondering why do they do this if the user
object that was created existed for the life of the object why u would need a
user collection? I would think u could just call the user object and get your
info from that just as easily then going the extra step to put the user
object into a user collection. What am I missing here?
What is the user collection giving me over just using the user objects that
I can create by themselves? I hope I am explaining this correctly.
Thanks,
JJ