R
roni
my target is to create objects only as data member of class.
(but offcourse i can pass the objects reference to other objects)
my question:
how can i make sure that my object is create as data member and not as
temporary object
(in vb.net its mean, how can i know the my object created as private \public
memeber and not as dim )
(but offcourse i can pass the objects reference to other objects)
my question:
how can i make sure that my object is create as data member and not as
temporary object
(in vb.net its mean, how can i know the my object created as private \public
memeber and not as dim )