Re: constructors/default values
Bill Fellows <[email protected]> Thu, 11 Jan 2007 09:50:54 -0500
| Newsgroups | gmane.comp.windows.devel.dotnet.cx |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
The bottom line is that by assigning a variable value in the variable declaration line, it is assigned when the class itself is created, before any instances exist. Bill On Tue, 2 Jan 2007 10:12:05 -0500, Peter Osucha <[email protected]> wrote: >What is the difference (practically) in assigning a variable value in the >variable declaration line and in the constructor? > >Peter > > > > > >=================================== >This list is hosted by DevelopMentorĀ® http://www.develop.com > >View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com