Java:Return type for the method is missing

时间:2024-10-11 21:04:35

1、在编写类的方法时,我们知道要构造一个无参方法

Java:Return type for the method is missing

3、但是当我们构造完后,居然报错了,鼠标一上去提示Return type for the method is missing!!

Java:Return type for the method is missing

5、这时我们找到类名称为C,只需要把方法名称也改为C就行,也就是方法名称与类名称保持一致

Java:Return type for the method is missing
© 阿力知识库