Multiple choice

Which of the following properties of OOP means that two or more functions have the same name, but differ in the number of arguments or data type of arguments?

  1. Inheritance

  2. Data encapsulation

  3. Function overloading

  4. Data abstraction

  5. Dynamic binding

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This property of OOP means that two or more functions have the same name, but differ in the number of arguments or data type of arguments.