Can non-public members of another instance of the class be retrieved by the method of the same class?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between containment and delegation?
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 flag means?
Which programming language should I learn first?
What is the difference between set and map in c++?
What are references in c++?
How do you flush a buffer in c++?
What is size of Empty Class?
What is the difference between multiple and multilevel inheritance in c++?
What is bubble sort c++?
What is Object Oriented programming.what is the difference between C++ and C?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?