Using setter and getter method is known as

Using setter and getter method is known as Correct Answer encapsulation

In computer science, a mutator method is a method used to control changes to a variable. They are also widely known as setter methods. Often a setter is accompanied by a getter (also known as accessor), which returns the value of private member variable.

Related Questions

What does Rhino do when the getter and setter methods exist?
Which among the following is true for use of setter() and getter() function?
In JavaBeans, what is the purpose of the getter method?
When the container calls setter methods after invoking a constructor with no arguments it is known as ________________