单项选择题

以下创建对象语法中,正确的是()。

A.<?php $student =new Student[];?>
B.<?php $student =Student {};?>
C.<?php $student =new Student(){};?>
D.<?php $student =new Student();?>