Private attribute
1. The attribute decorated by private can't be accessed directly outside the class, so the access to the attribute is limited.
2. After the attribute is decorated by private, it can't be accessed directly outside the class, and compilation error is reported.