computer science - 2 variables pointing the same address in memory name -


what name of situation 2 variables pointing same location in memory, , change in 1 of them, change other?

example:

string = "1"; string b = a; b = "3"; print(a); // print "3" 

the word you're looking aliasing .


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -