Solution
Answer
c. field shouldnt be accessed by client programmers & be able to acess it would appear the class to be more confusing
Explanation
in case if a field is public then anyone on the client side can access and there is a chance to modify it
Private field can be accessed only from inside of the same class so if anything goes wrong we can easily track mistakes
if you keep the field private it should not be accessed by client programmer
---
all the best
Get Answers For Free
Most questions answered within 1 hours.