Would you like to react to this message? Create an account in a few clicks or log in to continue.

¡ This

Go down

¡ This Empty ¡ This

ตั้งหัวข้อ  Admin Mon May 19, 2008 6:45 pm

еͧ¡ Constructor ҹ
еͧ÷Ѵáҹ
1 Constructor ¡ this() 1 ҹ


this();
Admin
Admin
Admin

จำนวนข้อความ : 112
Registration date : 18/05/2008

http://chawban.chocoforum.com

ขึ้นไปข้างบน Go down

¡ This Empty Re: ¡ This

ตั้งหัวข้อ  Admin Mon May 19, 2008 6:53 pm

this() ѧ ͧ ҡԹ

Constructor Ѻ

¡ this("ʴ");
Constructor Ѻ String Compile Error
Admin
Admin
Admin

จำนวนข้อความ : 112
Registration date : 18/05/2008

http://chawban.chocoforum.com

ขึ้นไปข้างบน Go down

¡ This Empty Re: ¡ This

ตั้งหัวข้อ  Admin Wed May 21, 2008 8:56 am


class parent{

static int number =0;

public parent() {
System.out.println(" x parent "+(++number));
}

public parent(int a) {
this();
super(); // Error super Ƿ 2
System.out.println(" x parent "+(++number));
}


}

Admin
Admin
Admin

จำนวนข้อความ : 112
Registration date : 18/05/2008

http://chawban.chocoforum.com

ขึ้นไปข้างบน Go down

ขึ้นไปข้างบน


 
Permissions in this forum:
คุณไม่สามารถพิมพ์ตอบ