Пример #1
0
 function give_raise($amount)
 {
     parent::give_raise($amount);
     print "This employee is a manager\n";
 }