Pregunta de entrevista de Wilbur-Ellis

What's the problem with multiple inheritance in object-oriented languages?

Respuesta de la entrevista

Anónimo

1 de ene de 2019

The "Diamond of Death" ... it makes it difficult for the language designer to figure out which base class was intended for the inheritance of a subclass

1