Special methods in a vector class
Published by Joe Lovick on February 26th, 2018
designed to illustrate special methods to allow full OO operation of a class, we create the dunder methods for abs and similar to make our class behave as any numeric type would
created from the source...
Result...