Access specifier

Getter and setter method

Hi @KirtiGupta,
The method that is used to set/modify the value of a private instance variable of a class is known as as setter method and, the method that is used to retrieve the value of a private instance variable is known as a getter method. Private instance variables cannot be accessed directly so we use getter and setters to change and get the values.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.