CC#•Created by fæ on 11/20/2024 in #help overriding methods
when you call a virtual method indirectly (through the base class for example, or through the child when the child class is not sealed) the CLR walks through that list at runtime to find the entry for the base type (the one which defines the virtual method)