Originally posted by Albert:
I got this compilation error:
can not find symbol:constructor Animal()
Please quote your source when you display code. This appears to be from my exam. Please also change your name to reflect javaranch naming standards. You need a first and last name
Any class that extends from another will try to run its default constructor. If you dont have that it will throw a compile time error.