Lesson 8: Information hiding — the _x convention
In lesson 6 anyone could write acc.balance = -999 and break the account. Today we learn the principle that prevents it: encapsulation — internal data is marked with an underscore, and the outside world goes through methods.