hey guys,
I built an array of objects but I don`t know how to access it`s methods or fields.It keeps sending me errors
How should I access them?

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..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.