If two functions have the same name but different parameter lists, it's called ______.

  • Constructor Overloading
  • Function Overloading
  • Method Overloading
  • Operator Overloading
If two functions in a class have the same name but differ in the number or type of parameters, it's referred to as "Function Overloading." This allows you to create multiple functions with the same name, providing flexibility and clarity when using them in different contexts.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *