Virtual functions are easy to understand, but there are some situations where they can catch you out. Calling virtual functions from Constructors is one of those situations. Take the following code as an example: class BaseClass { public: BaseCla...
chrisspicer.hashnode.dev1 min readNo responses yet.