what is data Abstraction? and give example
Answer Posted / gaurav chauhan
Abstraction is the process
of identifying the essential
aspect of an entity and
ignoring the unimportant
properties
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a definition and a declaration?
What is c++ and its uses?
What is c++ array?
Can we use clrscr in c++?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What is c++ best used for?
How is computer programming useful in real life?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Explain this pointer?
What is the difference between while and do while loop?
Which is not a valid keyword a) public b) protected c) guarded
Write about a nested class and mention its use?
Which is most difficult programming language?
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
Explain selection sorting. Also write an example.