单项选择题

在下面类的声明中,关于生成对象不正确的是:()

A.Pointp(10,2)
B.Point*p=newPoint(1,2)
C.Point*p=newPoint[2]
D.Point*p[2]={newPoint(1,2),newPoint(3,4)}