Explain how overloading takes place in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the difference between an array and a list?

0 Answers  


Explain static and dynamic memory allocation with an example each.

0 Answers  


How much maximum can you allocate in a single call to malloc()?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 Answers  


A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  






Is c++ primer good for beginners?

0 Answers  


What is a lambda function c++?

0 Answers  


If there are two catch statements, one for base and one for derived, which should come first?

0 Answers  


What is the difference between function overloading and operator overloading?

0 Answers  


What is a linked list in c++?

0 Answers  


What are shallow and deep copy?

0 Answers  


What is the difference between structure and class?

0 Answers  


Categories