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 |
What does and I oop and sksksk mean?
What does sksksk mean in text slang?
What do we mean by a hidden argument in C++?
The expansion of GNU
Can we create object of interface?
c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess
Write 7 differences between "Public" function and "Private" function?
What is abstraction?
What is multiple inheritance? Give Example
You have one base class virtual function how will call that function from derived class?
What is the difference between an object and a class?
why function overloading is not called as pure polymorphism?