Hello everybody
I know that each class should to do its own job. So i always try process my fields by only in class's methods.If another class processing on my public fields i feel that there is something wrong but is it always right thing to make define private fields ? Would be bad design or code If i let other classes to change my public fields ?
By the way is there name about this design or term word ?