Latest topics
The most tagged keywords
Meaning Of this() in Java
9jabaze - Entertainment | Webmaster | Browsing Tricks | Games/Apps Hub :: Technology Forums :: Blogging
Page 1 of 1
Meaning Of this() in Java
The keyword this in #Java refers to the current class instance i.e object. It can be used in multiple ways,
e.g
class Square{
Square(int height, int width)
{
this.height = height;
this.width = width;
}
}
Here this keyword makes sure the parameters
belongs to object and not parameters passed through
constructor Square().
Now what is
this():
this keyword here basically points to the constructor
of the class.
It can be used by one constructor to explicitly invoke
another constructor in the same class.
e.g
class Square
{
int height;
int width;
Square()
{
this(0,0);
}
Square(int side)
{
this(side, side);
}
Square(int height, int width)
{
this.height = height;
this.width = width;
}
}
So here, if we pass no arguments to constructor, 0 is
taken as both arguments and if only one argument is
passed then same value is used for both height and
width.
SOURCE
e.g
class Square{
Square(int height, int width)
{
this.height = height;
this.width = width;
}
}
Here this keyword makes sure the parameters
belongs to object and not parameters passed through
constructor Square().
Now what is
this():
this keyword here basically points to the constructor
of the class.
It can be used by one constructor to explicitly invoke
another constructor in the same class.
e.g
class Square
{
int height;
int width;
Square()
{
this(0,0);
}
Square(int side)
{
this(side, side);
}
Square(int height, int width)
{
this.height = height;
this.width = width;
}
}
So here, if we pass no arguments to constructor, 0 is
taken as both arguments and if only one argument is
passed then same value is used for both height and
width.
SOURCE
Similar topics
» Meaning Of <?> in java
» Meaning Of %= in Java
» Meaning of bounce rate in Google Analytics
» Pes 2020 Java Game Download For Nokia And Java Phone (All Sizes)
» How to start Java game development? I know the basics of Java.
» Meaning Of %= in Java
» Meaning of bounce rate in Google Analytics
» Pes 2020 Java Game Download For Nokia And Java Phone (All Sizes)
» How to start Java game development? I know the basics of Java.
9jabaze - Entertainment | Webmaster | Browsing Tricks | Games/Apps Hub :: Technology Forums :: Blogging
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|
Sun Jul 21, 2024 1:27 pm by Litifyed
» Optimal Сasual Dating - Authentic Damsels
Fri Jun 14, 2024 10:59 pm by Litifyed
» Superlative Сasual Dating - Verified Ladies
Wed Mar 06, 2024 11:12 pm by Litifyed
» Wapkiz 2020 Code: wapkiz register page responsive design Code
Thu Aug 13, 2020 5:15 pm by Hasty06
» 2020Bbnaija : Why I Can’t Be In A Relationship With Ozo – Nengi
Mon Jul 27, 2020 9:44 pm by Adminkunlex
» Can You Have S*x On Your First Date? Check Out What Actress, Debbie Shokoya Has To Say About This
Mon Jul 27, 2020 6:44 am by Adminkunlex
» Nigerian Singer, Seunfunmi Stephen, Recounts How Her Husband Was Killed By Stray Bullet
Mon Jul 27, 2020 6:41 am by Adminkunlex
» Olakunle Churchill Shares Photo Of Himself And Actress Rosy Meurer As He Writes On The Importance Of Loyalty
Mon Jul 27, 2020 6:39 am by Adminkunlex
» Ubi Franklin Reveals What Happened To Him When He Visited A Hospital Amid COVID-19 Pandemic
Mon Jul 27, 2020 6:37 am by Adminkunlex
» Vardy Wins Premier League Golden Boot, Beats Ings, Aubameyang & Sterling
Mon Jul 27, 2020 5:07 am by Adminkunlex
» The Right Way To Preach About Hell - Milton Goh
Mon Jul 27, 2020 5:03 am by Adminkunlex
» “Surgery For What?” – Regina Daniels Shows Off Hot Body After Childbirth (Video)
Sun Jul 26, 2020 9:12 pm by Adminkunlex
» I Got Pregnant As A Virgin At 23 – Wathoni
Sun Jul 26, 2020 8:24 pm by Adminkunlex
» #Bbnaija2020: Wathoni Kisses Kiddwaya During BBNaija Truth Or Dare Game
Sun Jul 26, 2020 8:20 pm by Adminkunlex
» Bbnaija: Kiddywaya Gropes Erica’s Breast While Dancing And She Reacts
Sun Jul 26, 2020 8:17 pm by Adminkunlex
» “I Hope To Collaborate With Rihanna & Drake Soon” – Rema
Sun Jul 26, 2020 11:54 am by Adminkunlex
» “Girls That Give Threesome With Their Friend Have A Special Place In Heaven” – Naira Marley
Sun Jul 26, 2020 11:50 am by Adminkunlex
» “To Be A Boss, You Must Be A Servant” – Frodd Recounts On His Humble Beginnings
Sun Jul 26, 2020 11:48 am by Adminkunlex
» “Stop Pressuring Us With Your Beauty”, Actress Queen Nwokoye Begs Ini Edo
Sun Jul 26, 2020 11:46 am by Adminkunlex
» You Look Like A Weed Smoker – Lady Fires Adekunle Gold Over New Look
Sun Jul 26, 2020 11:43 am by Adminkunlex