Why do we need runtime polymorphism in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are mutator methods in c++?
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.
Why do we use constructor?
what is difference between static and non-static variables
Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.
0 Answers An-Najah National University,
Describe linkages and types of linkages?
What is class and structure in c++?
What is virtual constructor paradigm?
What are the different data types present in C++?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
Explain what you mean by a pointer.
What does it mean to declare a destructor as static?