public static void main(String[] args) {
   Base b = new Derived();
   b.test();
 }