This page contains material that has been shown in the lecture. This will mostly consist of code, but also other assets like drawings or images will be uploaded.
If you miss one or the other piece, then just talk to me. I will then try to upload the specific part you're missing, or I will supply you with an equivalent substitute.
Material
[ 2 kB ]
The implementation of a factory that uses callbacks for constructing the products.
[ 2 kB ]
A factory implementation that is based on using Runtime-Type-Information (RTTI) for constructing products.
[ 1 kB ]
A simple factory method pattern implementation that is based on a switch case statement for a given string.