This question evaluates knowledge of C++ container performance and memory semantics, hashing and collision handling in associative containers, and runtime polymorphism mechanics, specifically probing vector growth behavior, unordered_map internals, and virtual function dispatch.
In C++, explain: