开发者

type of inheritance in php

开发者 https://www.devze.com 2023-01-31 06:27 出处:网络
which type of inheritance su开发者_如何学运维pported in php? Single inheritance, including abstract base classes and final methods, and multiple interfaces. Pretty much like Java.Single Inheritance on

which type of inheritance su开发者_如何学运维pported in php?


Single inheritance, including abstract base classes and final methods, and multiple interfaces. Pretty much like Java.


Single Inheritance only. But you can inherit multiple levels deep.

See

  • http://php.net/manual/en/language.oop5.inheritance.php
  • http://www.java2s.com/Code/Php/Class/Inheritance.htm
0

精彩评论

暂无评论...
验证码 换一张
取 消