Frage im Vorstellungsgespräch bei AMD

What is a pure virtual function.

Antwort im Vorstellungsgespräch

Anonym

20. Nov. 2016

Function in the parent/baseline (abstract) class that does not have implementation provided there (it is set to 0). Implementation is provided in the corresponding function definition in the child class that inherits from the parent class.

1