31.
Which type of polymorphism allows different classes to be treated as instances of the same class through a common interface?

36.
What is the difference between function overloading and function overriding in C++?