package ctors; public class Three extends SuperThree { Three() { System.err.println("Hello from Three."); } }