Answer Posted / dibyakishore pattanaik
Same function name can be used for different purpose
depending upon three factors i.e number of arguments, type
of arguments and order of arguments in the function
declaration. This is resolved at compile time by the
compiler.
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
write knight tour problem which is present in datastructure
What is coupling in oop?
What are the benefits of interface?
Can a destructor be called directly?
What is abstraction in oop?
What is interface? When and where is it used?
What is difference between data abstraction and encapsulation?
What are two types of polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is difference between inheritance and polymorphism?
What does no cap mean?
What is a null tree?
What is oops concept with example?
Which method cannot be overridden?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?