// we will call 'Person' an object Person[] personArr = new Person[10]; Person[,] person2DArr = new Person[10,10];