jlp765, I think that link and your post is not that helpful for his question.
I think question is more related to "super" methods as it is called for example in Ruby. For Nim we have the procCall defined in module system, I think it may be applied for this case, but I have never tried, as I have not yet done OOP in Nim. Maybe the blog posts of Mr Goran Krampe are helpful, but they are from 2014, I have never read them again since then. I guess procCall may be used to call the base class method, but what when we have an Object of type C, which is derived from type B, which is again derived from base Type A. So we have object of type C and want to call method defined for type B?
