NVIDIA Interview Question

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

Interview Answer

Anonymous

Mar 4, 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.