Pregunta de entrevista de Bentley Systems

How to solve the diamond problem ( a multi-inheritance problem)

Respuesta de la entrevista

Anónimo

4 jul 2012

it was difficult for me as I don't know it. its answer is use virtual keyword with the base class while inheriting or use :: operator for class association.

1