1.
What is polymorphism in C++?

3.
What is dynamic polymorphism in C++?

4.
How is polymorphism implemented in C++?

6.
What is the use of the 'virtual' keyword in C++?

7.
What is the role of a virtual destructor in C++?

9.
In C++, can a derived class have its own definition of a function that is already defined in the base class?