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 destructor used?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
WAP find square root of any number (without using sqrt() )?
Which is the only operator in C++ which can be overloaded but NOT inherited?
What is interface in oop?
WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
What is the main difference between C++ and Java
to find out the minimum of two integer number of two different classes using friend function
Describe the difference between a Thread and a Process?
c++ is a purely oop concept?