【发布时间】:2012-01-12 08:20:04
【问题描述】:
我正在 R 中创建 S4 类。
我在https://github.com/hadley/devtools/wiki/S4读到
请注意,S4 支持多重继承,但应该使用这个 非常小心,因为它使方法查找变得极其复杂。
什么是方法查找,为什么多继承更复杂?
【问题讨论】:
-
只要确保您了解众多 S4 资源:stackoverflow.com/questions/4143611/…
标签: r inheritance multiple-inheritance s4