For example,
Class Student{
private int age;
age=10;
}
so, I am getting error, while I am trying to modify the class variables, why I am not able to change the class variables
For example,
Class Student{
private int age;
age=10;
}
so, I am getting error, while I am trying to modify the class variables, why I am not able to change the class variables