public class Client { public static void main(String[] args) { Derived obj = new Derived(); System.out.println(obj.getValue()); } }