| Author |
casting question
|
k Oyedeji
Ranch Hand
Joined: Jul 07, 2002
Posts: 96
|
|
Hi I have a hopefully easy question. If i have collection which contains objects of specific type and then i iterate through this collection am i right in saying the iterator will return an object of class Object? Can I then cast the objects back to their original datatypes? is that possible without loosing any variable information? Thanks
|
 |
Jon Strayer
Ranch Hand
Joined: Dec 04, 2002
Posts: 133
|
|
|
Yes.
|
Jon
|
 |
 |
|
|
subject: casting question
|
|
|