Advanced C++: Virtual Constructor - Clone() Function

Sometimes you want a virtual constructor. This can be implemented with clone() function.
Back to Top