- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
关闭。这个问题是opinion-based .它目前不接受答案。
想改善这个问题吗?更新问题,以便可以通过 editing this post 用事实和引文回答问题.
去年关闭。
Improve this question
为了确保在描述代码的某些方面时使用正确的术语,我要求澄清以下上下文中的使用:
如果我们写
int myIntTest;
int
变量”
Employee myObjectTest;
Employee
对象的引用”
myObjectTest
是
Employee
类的变量”是否正确?
最佳答案
我通常说“myObjectTest 是 Employee 类型的变量”,或者如果我想非常具体“myObjectTest 是一个引用 Employee 实例(或 null
)的变量”。
我不确定是否有一个明确的答案。也许有人知道并且可以将您指向 specification 的正确部分。 :)
这是我发现的:
Types
Value types differ from reference types in that variables of the value types directly contain their data, whereas variables of the reference types store references to their data, the latter being known as objects.
Variables
Variables represent storage locations. Every variable has a type that determines what values can be stored in the variable.
关于c# - 使用正确的术语 : What is a "class reference" versus a "class variable"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60400749/
我是一名优秀的程序员,十分优秀!