subject:การเรียกใช้ attribute แบบที่ 2syntax:ClassName object = new ClassName(); object.attributeName;example:Person bamboo = new Person(); bamboo.name = "bamboolabcode";