作者TonyQ (骨头)
站内java
标题Re: [问题] public static void main 的 void
时间Sat Feb 25 22:29:46 2006
※ 引述《lemonkai (....)》之铭言:
: void 在这是不回传值吗??
: 那为何我在用method 时..
: 却要求我用return
: 或用void才能..??
: 搞不懂void的用途和定义...
: 哪里可以查到详细的资料??
一个method必须有回传型态
当回传型态不为void的时候 就必须要有return 叙述
return回的东西要跟回传型态宣告的是一样的
如果回传型态是void的时候
则不需要回传叙述 (通常是用在setter或print方法里...)
不过在void里面也可以用return ; 当作方法的终结点
--
Local
--
String temp="relax"; | Life just like programing
while(buringlife) String.forgot(temp); | to be right or wrong
while(sleeping) brain.setMemoryOut(); | need not to say
stack.push(life.running); | the complier will
stack.push(scouting.buck()); | answer your life
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.138.240.58