what is data Abstraction? and give example
Answer Posted / swara
Data Abstraction is extraction of essential information for a particular purpose and ingnoring the remainder of the information,e.g. a car is consisted of an engine,air filters,a carburetor,a gear box,a steering,a fuel tank,tyres etc.A driver of a car need not to be bothered about several finer points of the car,he/she should know what it requires to drive a car.Take another user, a car mechanic, he will require different set of information in order to repair the car.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is struct c++?
How can I learn c++ easily?
Explain how to initialize a const data member.
What is c++ best used for?
What sorting algorithm does c++ use?
What is runtime errors c++?
What is the use of 'using' declaration in c++?
What are the benefits of pointers?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is data structure in c++?
What are the types of container classes?
What do you mean by static variables?
What is setbase c++?
What would happen on forgetting [], while deallocating an array through new?
Describe linked list using C++ with an example.