One of hundreds of answers available with our premium content service.
A: Yes, sometimes it is sensible to use an object to carry other object references instead of an array. For instance, you could issue an object as the return value of a method that must return multiple object references.
… full answer hidden
Premium members click below for full answer
Can objects be used in place of arrays?