Functions Overloading

Cards (2)

  • A function overloading is powerful feature in C++ programming where can have multiple functions with the same name but different data type and parameter list.
  • A function overloading is powerful feature in C++ programming where can have multiple functions with the same name but different data type and parameter list.