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