C++ 11 Video: Static Polymorphism

Everyone knows how to use the Polymorphism with dynamic binding. But dynamic binding has a run-time cost of both time and memory (virtual table). This video demos a polymorphism with static binding, which has the benefits of plymorphism without the cost of virtual table.

http://www.youtube.com/watch?v=-WV9vWjhI3g&list=PLE28375D4AC946CC3&index=19&feature=plpp_video
Topic archived. No new replies allowed.