Computer Applications

What factors make two definitions with the same function name significantly different ?

User Defined Methods

3 Likes

Answer

The following factors make two definitions with the same function name significantly different:

  1. The number of arguments
  2. The type of arguments

Answered By

1 Like


Related Questions