I want to make an pointer array of objects. Is this right?

Code:
*Enemy = new Enemy_1[4];
Is this right?

Cheers