Thread
:
Difference between Pointers and Reference in C++
View Single Post
sashimi
Newbie Member
23Nov2007,14:17
In C#, the object of a Class
1. is a reference ? or
2. is a STACK to HEAP pointer ?
the objects shouldn't go into the HEAP ?
if they are references of the class instances.