Re: Default constructor

From: Dan Cernat (cernat_at_dan.com)
Date: 12/30/03


Date: Tue, 30 Dec 2003 15:43:43 -0500

In addition:

if you provide no constructor, the compiler will generate a 'default' (no
parameters) constructor. As soon as you declare a constructor (with or
without parameters), the compiler will no longer generate the default for
you.

Dan



Relevant Pages