单项选择题

下面的方法声明中,哪个是正确的()

A.public class methodName(){}
B.public void intmethodName(){}
C.public void methodName(){}
D.public void methodName{}