Could someone tell me what this like of code means:

Code:
num[1] = new Person("James", 6, 75);
num[2] = new Person...
I know what most of it means but what does "new" mean? How do I access the height of a certain person?

Cheers.