Should a constructor be public or private?
No Answer is Posted For this Question
Be the First to Post Answer
Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
How the virtual functions maintain the call up?
Explain the pure virtual functions?
Can I make ios apps with c++?
What is the difference between method and message?
What is the use of structure in c++?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
How long will it take to learn programming?
What is the use of ::(scope resolution operator)?
What is std::move?
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