单项选择题

在C#中实例化一个类的对象,语法格式正确的是()

A.Person p=new P();
B.Person p=new Person();
C.Person =new P();
D.Person p=new Person;