Well, thats a little ambiguous
if you have an array of things
such as
Thing[] mythings = new Thing[100];
you can access their methods just like any other normal variable but by adding the [n] option to say which of the objects you are using
Post a snippet of your code (use code tags), explain where its giving you an error and what, and what you expected..