Re: can I call from one constructor another constructor ?
On Wed, 30 Jun 2004 10:22:11 -0400, John Wood wrote:
[color=blue]
> I still don't get why they didn't add optional parameters in C#...
> Constructor overloads can get pretty messy, given all the permutations you
> have to provide.[/color]
coming from a language which didnt have the overload concept (vb old) iam
thankfull everyday that C# does.
all it done was force brain bending logic to get things going.
--
-------------------------------------------
Steven H, 3rd Year B.I.T. Otago Polytechnic
..net Geek
On Wed, 30 Jun 2004 10:22:11 -0400, John Wood wrote:
[color=blue]
> I still don't get why they didn't add optional parameters in C#...
> Constructor overloads can get pretty messy, given all the permutations you
> have to provide.[/color]
coming from a language which didnt have the overload concept (vb old) iam
thankfull everyday that C# does.
all it done was force brain bending logic to get things going.
--
-------------------------------------------
Steven H, 3rd Year B.I.T. Otago Polytechnic
..net Geek
Comment