what is data Abstraction? and give example
Answer Posted / ajay desai
it is the process of representing the essential features of
an object without including its implementation details.
| Is This Answer Correct ? | 27 Yes | 7 No |
Post New Answer View All Answers
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Can circle be called an ellipse?
What is problem with overriding functions?
What is the arrow operator in c++?
What is an inline function in c++?
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
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is cin clear () in c++?
Is c the same as c++?
what is C++ exceptional handling?
How one would use switch in a program?
What is the difference between #define debug 0 and #undef debug?
Comment on c++ standard exceptions?
How does list r; differs from list r();?
Is there a sort function in c++?