java构造类方法-成都快上网建站

java构造类方法

public user(int a,int b)
{
    this.a=a;
    this.b=b;
}
public user(int a,int b,int c)
{
    this(a,b);
    this.c=c;
}

在第二个方法中,不能使用第一个方法名来构造,只能使用this,并且只能放在第一行。
this不能用于static方法中,因为this只能用于对象中

网页题目:java构造类方法
文章路径:http://kswjz.com/article/goochd.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流