[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: generic constructor functions



    Is there any reason not to have class constructor functions be
    generic functions?  

Constructors can't possibly be generic function since they do not take
the class as an argument.  They only take values for the slots.