You need to distinguish between link types and value types.
When a value is changed for a reference type, it changes wherever this object refers.
int is a value type, therefore, when changing an integer property in one object, it will not automatically update it in another object.
Class01 , Integer, , , .
: int, double, bool, char, DateTime.
: , ,
- static, . Class03 static int, Class01, Class02 , . , , , - , .