Results 1 to 3 of 3

Thread: implement มันคืออะไรครับ

  1. #1
    virusman
    Guest


    implement มันคืออะไรครับ

    อยากให้ผู้รู้ช่วยตอบที่ครับว่า

    public class Graph extends Applet implements ActionListener, ItemListener

    ตรงคำว่า implements มันคือคำสั่งอะไรครับ แล้วใช้ยังงัยครับ

  2. #2
    Administrator asylu3's Avatar
    Join Date
    Jun 2000
    Location
    Thailand
    Posts
    3,557


    Re: implement มันคืออะไรครับ

    ในกรณีที่ class ทำการระบุ methods (แบบ abstract) จำเป็นจะต้องแจ้งให้ interface ทราบว่า class นั้นๆได้ทำการสร้าง interface ไว้ การสร้าง interface นั้นจริงๆคล้ายคลึงกับการ extends มากกล่าวคือ class ใหม่สามารถสืบทอด super class ได้แต่ใน class นั้นๆจะต้องทำการสร้าง interfaces ใดๆไว้ก่อน

    หรือกล่าวง่ายๆก็คือ
    implements ก็คือการระบุฟังค์ชั่นต่างๆ จาก class interface ที่extends (สืบทอดมา)

  3. #3
    virusman
    Guest


    Re: implement มันคืออะไรครับ

    ขอบคุณมากๆๆครับ

Similar Threads

  1. Rutkowska's Qubes OS to implement disposable VMs
    By newsbot in forum World Hacking/Security News
    Replies: 0
    Last Post: 09-06-2010, 04:50 PM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Members who have read this thread: 0

There are no members to list at the moment.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •