I was wondering about where the CLR allocates method table. We know that class object references hold on heap and stack points to them. But also, this object's method references allocated in somewhere called 'method table'.
As the title implies, I wonder this method table is another object that CLR manages in the heap or a completely different allocation zone.