They provide controlled access to fields. Frame the concept in practical terms so you can explain it during interview discussion.
Getters allow read-only access to private fields, ensuring encapsulation while exposing necessary data. In a 'Customer' class, a getter for 'customerID' lets other classes retrieve the ID without modifying it, maintaining data integrity in customer management.