subject:การสร้าง Object และการเรียกใช้ clsss แบบที่ 2syntax:ClassName object = new ClassName ( );example:Person bamboo = new Person ( );