php 向上转型

2019独角兽企业重金招聘Python工程师标准>>> hot3.png

sound();
}	
}

$bar  = new foo();
$bar->makeSound(new dog());
$bar->makeSound(new duck());
?>

 

转载于:https://my.oschina.net/u/1579560/blog/798574

你可能感兴趣的:(php 向上转型)