Pergunta de entrevista da empresa NVIDIA

How to implement Virtual members from the compiler point of view.

Resposta da entrevista

Sigiloso

4 de mar. de 2019

Yes, if you know C it is rather easy. Array of pointers to the parent members, and each time a child modifies a function change the matching pointer in the array.