500
Encapsulation is an important property of objects. What is it?
All the data and operations of a real-world entity are self-contained. For example, with our BankAccount class, each object contained a name, a balance, and operations to deposit and withdraw money. This was part of the object and independent of other objects - we could update the balance of one bank account object without impacting any other bank account objects.