G
Guest
When I call sub in VB I can sent value of variable or reference to this
value. The question is. Suppose I have class
public class AA
....
end class
and declare object of this class
dim objAA as AA
Does objAA is value or it refers to memory where I keep appropriate value.
If objAA is value how I can declare it as reference?
value. The question is. Suppose I have class
public class AA
....
end class
and declare object of this class
dim objAA as AA
Does objAA is value or it refers to memory where I keep appropriate value.
If objAA is value how I can declare it as reference?