Answer Posted / harini
function overloading means ,the same functions which is used for different purpose with different parameter..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is c++ course?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
How do I run c++?
What are the differences between java and c++?
What does namespace mean in c++?
Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300â€Â,â€ÂBullCart : 10â€Â) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side
What is a class template in c++?
Why is it called c++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Do you know what are static and dynamic type checking?
Do you know about C++ 11 standard?
Difference between overloading vs. Overriding
Explain the differences between list x; & list x();.
what kind of projects are suitable for c and c++
Declare a class vehicle and make it an abstract data type.