Translate

2011年4月28日 星期四

99-2中台資管 - 進階網頁程式設計 - C# 練習 (Method, argument)

Method 建立與使用


  • 建立原則與方式
  • 引數串列
    • 實引數 ( Actual Argument ) : 傳值呼叫
    • 需引數 ( Dummy Argument ) : ref : 參考、傳址呼叫 
  • 多載 (Overloading)
  • 練習1 : 
    • 計算方程式 :   f = 3X^2 +  4Y + 5
      • 透過void方取出輸入值
      • 透過方法計算方程式結果 F
      • 透過void方法顯示結果
  • 練習2:
  • 練習3:
    • 次方函式  mypower()
    • 單一引數為平方
    • 兩個引數,其第二個為次方項


ArrayList Class

  • 可以動態增減的好東西
  • Implements the IList interface using an array whose size is dynamically increased as required.
  • Properties and Methods :  Doc

沒有留言: