public class Client { public static void main(String[] args) { Derived der = new Derived(); } }