Virtual constexpr Function
Get introduced to the virtual 'constexpr' function.
We'll cover the following...
A constexpr
function has the potential to run at compile time but can also be executed at run time. Consequently, you can make a ...