subject:การใช้ this กับ attributecontent:เพื่ออ้างถึง attribute ของ class example:class Person { private String name; public void setName ( String name ) { this.name = name; } }