Given the following: byte[] sData; and a function declared as private byte[] construct_command()
if I were to then assign the resul
Array is a reference type hence only reference is copied. There is No content manipulation.