8. วัตถุสิ่งของ

The Camtasia Studio video content presented here requires JavaScript to be enabled and the latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by downloading here.

 
รหัสที่ 8-38  ตัวอย่างการใช้ final กับตัวแปรประจำอ็อบเจกต์
public class Complex {
  private final double real, imag;
  public Complex(double re, double im) {
    real = re; image = im;
  }
©2009 S.Prasitjutrakul