How can I access an array of objects that is held as private instance member in another class; just for retreiving the value. I mean Ive tried accessing it as if it was a instance variable, but I get the compile error: Illegal start of type
Class A:
Array(objects)
Class B:
Access Array elements from Class A
Please reply...

