To maintain cohesion and organization. Frame the concept in practical terms so you can explain it during interview discussion.
Grouping related fields and methods in a class keeps the code organized and cohesive, making it easier to understand and maintain. For example, a 'Customer' class in an e-commerce app might include fields like 'name' and 'email', and methods like 'makePurchase()' and 'addToCart()'.