看板
[ java ]
討論串[問題] 關於const的問題
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
用 final 並不能取代 const 的所有功能.. 在宣告 primitive type variable 用的話, final 的作用和 const 大概類似.. e.g. const int i = 1000; vs final int i = 1000;. 但 reference type
(還有96個字)
內容預覽:
有搜尋過const,可是好像沒有我要的資料~"~. 在C裡面寫function時可以使用:. someFunction(const *int const dataPtr). 剛剛自己寫java的程式好像compile不能過~"~. 我是寫:. public void someMethod(const
(還有17個字)
首頁
上一頁
1
下一頁
尾頁