Hacker News new | ask | show | jobs
by gyy52380 1202 days ago
There is only one vtable object per base class; all shapes share the same vtable pointer and your virtual CornerCount would be shared across all Shape instances. You are describing a potential implementation for class static variables.