J
J. Marcelo Barbieri
In the following array instantiation, what will be the memory space
allocated in the Heap?
object[] myarray = new object[10];
thanks a lot.
allocated in the Heap?
object[] myarray = new object[10];
thanks a lot.