Tesla Interview Question

What is a virtual function and how does the compiler handle them?

Interview Answer

Anonymous

Oct 17, 2017

Virtual functions are abstract functions in C++.

1