what is data Abstraction? and give example
Answer Posted / deepak
DATA ABSTRACTION MEANS ESSENTIAL FEATURES WITHOUT GIVING
THE BACKGRAOUND DETAILS
| Is This Answer Correct ? | 73 Yes | 26 No |
Post New Answer View All Answers
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 the difference between interpreters and compilers?
What is time h in c++?
What are keywords in c++?
what is the difference between overloading & overriding? give example.
Is multimap sorted c++?
What is difference between c++ and c ++ 14?
What is size of string in c++?
write a function signature with various number of parameters.
Is c better than c++?
Describe public access specifiers?
List the types of polymorphism in c++?
Why we use #include iostream in c++?
What are signs of manipulation?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?