this keyword in Java | What is This keyword in Java

Published: 01 June 2024
on channel: Muhammad Shahzaib
8
3

ASSALAM o alaikum
Code :
public class Human {

private int age;

//// to set private variable we add public setter method
public void setAge(int age){
// to differentiate age variable of class from parameter age we use this
this.age=age;
}
}

For Complaint/Suggestions :
mshahzaib6699@gmail.com


On this page of the site you can watch the video online this keyword in Java | What is This keyword in Java with a duration of hours minute second in good quality, which was uploaded by the user Muhammad Shahzaib 01 June 2024, share the link with friends and acquaintances, this video has already been watched 8 times on youtube and it was liked by 3 viewers. Enjoy your viewing!