Function overloading is an example of _____?

Function overloading is an example of _____?

فنکشن اوورلوڈنگ _____ کی ایک مثال ہے؟
Explanation

 Function overloading allows multiple functions with the same name but different parameters.

It is a type of compile-time polymorphism, enabling code flexibility and readability.