属性可以是各种类型,包括基本数据类型如int、double,以及引用数据类型如String等。
public class Person { private String name; private int age; private double height; // 其他属性的声明 }