Re: [問題] public static void main 的 void
※ 引述《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
討論串 (同標題文章)
java 近期熱門文章
PTT數位生活區 即時熱門文章