i\'m looking to understand
when applied to object constructors. Every
use overload on both, it's the way i do it, and it works.
constructor Create; Overload; <-- use overload here
constructor Create; Overload
constructor Values; Overload; <-- and here
constructor Values; Overload;
remember not to use the same name for two different constructors