Hello there.
Why does one need to use "new" keyword in C# in order to construct object?
Does semantic of constructor invoke have other meaning except of object
construction in the heap (or value type in a stack)?
--
Vladimir Nesterovsky
visit: http://constcli.sscli.net
e-mail: nesterovsky@ssc li.net, vladimir@nester ovsky-bros.com
home: http://www.nesterovsky-bros.com
Why does one need to use "new" keyword in C# in order to construct object?
Does semantic of constructor invoke have other meaning except of object
construction in the heap (or value type in a stack)?
--
Vladimir Nesterovsky
visit: http://constcli.sscli.net
e-mail: nesterovsky@ssc li.net, vladimir@nester ovsky-bros.com
home: http://www.nesterovsky-bros.com
Comment