单项选择题

A.void Plane(String name){...}
B.Plane(String name){...}
C.boolean plane(String name){...}
D.public void Plane(){...}