if i have same function with same number of argument but
defined in different files. Now i am adding these two files
in a third file and calling this function . which will get
called and wht decide the precedence?
Answer / s.verma
The return type of the function and the type of arguments
passed to the function will determine which function will be
called.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is encapsulation used?
what is opps?why it is use in programming language?
Why interface is used?
inheritence with example
Please tell me the oops concept with detailed answer
what is code for call by value and call by reference?
what is abstract class ? when is used in real time ? give a exp
What is sub classing in c++?
State what is encapsulation and friend function?
what is oops
When will a constructor executed?
What is DeadlyDiamondDeathProblem ?