What is the difference between public and private data members?
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
What is a local variable?
What is the default width for ouputting a long integer using the insertion operator?
Why do we use using namespace std in c++?
What does ctime() do?
What is conditions when using boolean operators?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
What is a sequence in c++?
What is abstract keyword in c++?
What is RAII (Resource Acquisition Is Initialization)?
What is the use of dot in c++?
Difference between overloading vs. Overriding