4个回答
展开全部
地址
string本质上是引用类型
但是有的时候又有值类型的特点
在string作为参数传递时,也确实是按照引用传递的(传地址)
string str1="12345";
string str2="12345";
str1和str2指向的地址是相同的。
str1和str2的地址是不同的
string本质上是引用类型
但是有的时候又有值类型的特点
在string作为参数传递时,也确实是按照引用传递的(传地址)
string str1="12345";
string str2="12345";
str1和str2指向的地址是相同的。
str1和str2的地址是不同的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
string 是引用变量. 你可以把x1设成 null. 值变量是不能设成null的.
"Reference type instance variables are initialized by default to the value null. string is a reference type."-- p146, Prentice Hall, How to Program Visual C Sharp, 2nd.
"Reference type instance variables are initialized by default to the value null. string is a reference type."-- p146, Prentice Hall, How to Program Visual C Sharp, 2nd.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
是值,你多看看书,就慢慢理解了,概念很重要的
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
值
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询