Example:



class Student{
private int roll;
private String name;

public void setRoll(int roll){
this.roll = roll;