Apple Interview Question

What is "static polymorphism" in C++

Interview Answer

Anonymous

Mar 30, 2016

Using templates to "simulate" traditional polymorphic C++ classes , but avoiding overhead of virtual function dispatch.