PHP中如何实现多级继承?
PHP中如何使用PHP魔法方法实现多级继承?
我在一次采访中被问到“你将如何使用魔术方法实现多级继承”。
所以我很想知道这件事。
谢谢。
How is multilevel inheritance implemented in PHP using PHP magic methods?
I was asked in an interview "how will you implement multilevel inheritance using magic methods".
So I am eager to know about this.
Thx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不清楚您的意思是否是“如何使用多级继承?”或者“它是如何在 PHP 解释器内部实现的?”。如果是前者,那么如下:
如果是后者,那么我不知道这里几段话能不能给出合理的解释!
It's not clear whether you mean "how does one use multilevel inheritance?" or "how is it implemented inside the PHP interpreter?". If it's the former, then as follows:
If it's the latter, then I'm not sure it's possible to give a reasonable explanation in a few paragraphs here!