B
Barbara
Hello
If I declare an object, ie "private TextBox tb;" and then do not use it in
program, is it
using same memory as "private TextBox tb=new TextBox();"?
If I declare an object, ie "private TextBox tb;" and then do not use it in
program, is it
using same memory as "private TextBox tb=new TextBox();"?