Inside the Level class, the key attribute is declared as public. This attribute is unique for each level and should not be changed by any external class. The advantage of applying this technique is: avoiding unexpected errors caused by unwanted parameter changes.

