Computer Science, asked by chauhanhrijul, 6 months ago

How does the compiler interpret more than one definitions having same name ?​

Answers

Answered by lawankarmangla
1

Answer:

The compiler will follow the following steps to interpret more than one definitions having same name: (i) if the signatures of subsequent functions match the previous function's, then the second is treated as a re- declaration of the first.

Similar questions