No, constructors are not inherited. For example, if you create a class that has a constructor that takes a
String, and then you create a subclass of that class, the subclass does not automatically have a constructor that takes a String.
[ September 04, 2006: Message edited by: Jesper Young ]