blob: 9c634303eab73f0a01466dc324d0a4e58203694c [file] [log] [blame]
public class Client {
public static void main(String[] args) {
Derived obj = new Derived();
System.out.println(obj.getValue());
}
}