การประกาศ attributes
[modifier] dataType attributeName;
modifier คือ keyword ของภาษาจาวาที่ใช้เป็น access modifier เช่น public หรืออธิบายคุณสมบัติอื่นๆ ของคลาส เช่น abstract และ final
dataType คือ ชนิดข้อมูลซึ่งอาจเป็นชนิดข้อมูลแบบพื้นฐานหรือชนิดข้อมูลแบบอ้างอิง
attributeName คือ ชื่อของคุณลักษณะที่เป็นชื่อ identifier ใดๆซึ่งสอดคล้องกับกฏการตั้งชื่อ
ตัวอย่าง
public class Student{
public String id;
public String name;
public double gpa;
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น