首页题库练习题目详情
Java语言程序设计单选题中等

下列哪项是Java中对象的构造方法?

Avoid Person() { ... }
BPerson() { ... }
Cpublic Person() { ... }
Dstatic Person() { ... }