1、成员变量是引用
int &p;
2、成员变量为只读
const int a;
3、类中的成员变量,是另一个类的实例对象;而另一个类中没有实现无参的构造函数。
标签:初始化,变量,int,成员,列表,三种,类中 From: https://www.cnblogs.com/cloucodeforfun/p/17062444.html
1、成员变量是引用
int &p;
2、成员变量为只读
const int a;
3、类中的成员变量,是另一个类的实例对象;而另一个类中没有实现无参的构造函数。
标签:初始化,变量,int,成员,列表,三种,类中 From: https://www.cnblogs.com/cloucodeforfun/p/17062444.html