|
The declaration of a variable is actually an empty thing. In C++, it is equivalent to an empty pointer. It does not point to anything and has no practical meaning. In fact, it is quite similar to an object. For things in a class, whether it is a function or a variable, it must be accessed through the object, except for the static ones. So, the variable (actual value) in the inner cluster is called through the object of reputation
The definition of a variable is different. It specifies a certain space in the inner cluster, such as 122103, which has a certain practical significance.
The two concepts are related |
|