9. สร้างใหม่จากเก่า

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.

 
รหัสที่ 9-31  คลาส MyMagicWindow มีเมท็อด showLicense ที่ไม่ให้ใครแก้ไข
public class MyMagicWindow {
  public MyMagicWindow(int width, int height) {
    //...
    showLicense();
  }
  public final void showLicense() {
    System.out.println("ลิขสิทธิ์ของนายสมชาย ให้ใช้ฟรีเพื่อการศึกษาเท่านั้น");
  }
©2009 S.Prasitjutrakul