Default constructor

From: Gunnar G (debian_at_comhem.se)
Date: 08/29/04


Date: Sun, 29 Aug 2004 18:22:27 GMT

If I don't define a default constructor for my class "Foo", I still get one
from the compiler. But if I define a constructor that takes an argument, I
don't get the default constructor, why?
I understand that this is a rule in the language, but what is the motivation
of this rule?



Relevant Pages