The series continue.
More about Dynamic and Static Polymorphism
by Rainer Grimm
From the article:
In my last post "Dynamic and Static Polymorphism", I introduced dynamic polymorphism. Today, I continue with static polymorphism and present are very interesting idiom in C++: curiously recurring template pattern (CRTP).
Add a Comment
Comments are closed.