Not sure this is the best place to post this, but ...
# announcements
a
Not sure this is the best place to post this, but if I have an
InterpolationMap
(interpolates numbers put in) and an
EvenInterpolationMap
(which also puts in (-key,value)), does it make sense for
EIM
to extend
IM
? If so, then how would I handle having non-final methods in the constructor? The current signature is
constructor(baseMap: Map<Double,Double>){putAll(baseMap)}