Hacker News new | ask | show | jobs
by 1718627440 292 days ago
I would call that polymorphism, since the object type the caller sees, still stays the same, i.e. the vtable itself or some containing struct/class. So as far as the caller is concerned, the object he has access to behaves differently.