What is compile time and runtime polymorphism?
What is compile time and runtime polymorphism? In Compile time Polymorphism, the call is resolved by the compiler. In Run time Polymorphism, the call is not resolved by the compiler. Method overloading is the compile-time polymorphism where more than one methods share the same name with different parameters or signature Read more…