I'm trying to create an array of handles for a class, by randomize function I'll get the "no of transcations", this determines the no of handles to be created.class_name obj_name[transactions]; is this right?

In reply to Ammu4392:

Can u also tel me how I’ll iterate through the array??
shud i use for loop or foreach?