“this” is only for dynamic method. We don’t need it for static properties/methods, because static properties/methods are already shared in the memory. The reason we use “this” is to distinguish the values for different objects.