Performance of dynamic polymorphism
Advertisements In my previous article that you can find here, I’ve discussed about polymorphism in C++. At the end of that article, I’ve mentioned that it’s better to avoid dynamic polymorphism if performance is critical for your application. In this article, I will explain why I mentioned this and we will discuss about dynamic polymorphism …