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://kswsj.cn/article/goochd.html

其他资讯