Пример #1
0
 public static void main(String[] args) {
   P1 obj = new P1();
   obj.show();
   obj.print();
 }