Big Oh Notation Interview Question

Why runtime polymorphism is run time?

Interview Answer

Anonymous

Aug 31, 2023

I answer it ,because only on running of the program we are able to know which function is called in main function and its working , also it is dynamic in nature .