变量和常量
摘要:变量 类变量 /*static*/ static double salary = 2500; 实例变量 从属于对象 如果不自行初始化,值是这个类型的默认值 boolean默认是false 除了八个基本类型,其余都是null String name; int age; 局部变量 必须声明和初始化值,且
阅读全文
posted @ 2021-09-14 17:52
posted @ 2021-09-14 17:52
posted @ 2021-09-14 17:51
posted @ 2021-09-14 15:18
posted @ 2021-09-01 15:06