11.
What happens if a virtual function is not overridden in the derived class in C++?

12.
What is function overloading in C++?

13.
What is compile-time polymorphism in C++?

16.
What is the purpose of a pure virtual function in C++?

17.
How is polymorphism different from overloading in C++?

18.
What is the concept of function overriding in C++?

20.
What is the role of the 'virtual' keyword in function declaration in C++?