弘光 - 99-1 網路程式設計 - C#回顧練習4
Method 建立與使用
- 建立原則與方式
- 引數串列
- 實引數 ( Actual Argument ) : 傳值呼叫
- 需引數 ( Dummy Argument ) : ref : 參考、傳址呼叫
- 多載 (Overloading)
- 練習1:
- 潤年計算
- 技巧:
- try{} - catch{} : 例外偵測
- Exception obj : 例外物件
- Exception.Message : 例外內容
- System,Drawing.Color : 給予系統顏色
- 練習2 :
- 計算方程式 : f = 3X^2 + 4Y + 5
- 透過void方取出輸入值
- 透過方法計算方程式結果 F
- 透過void方法顯示結果
- 練習3 :
- 練習4:
- 次方函式 mypower()
- 單一引數為平方
- 兩個引數,其第二個為次方項
ArrayList Class
- 可以動態增減的好東西
- Implements the IList interface using an array whose size is dynamically increased as required.
- Properties and Methods : Doc
沒有留言:
張貼留言