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
c++ program to swap the objects of two different classes
What do you mean by overloading?
Are polymorphisms mutations?
What is the main feature of oop?
Why multiple inheritance is not allowed?
Why is static class not inherited?
What are the advantages of polymorphism?
Can a varargs method be overloaded?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
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 are the desirable attributes for memory managment?
What is the example of polymorphism?
What is the highest level of cohesion?
What is encapsulation example?
What is an interface in oop?