what is data Abstraction? and give example

Answer Posted / rohan nimbalkar

Data Abstraction means hiding unnecessary information from
the user .
simple example :
consider the car,then does not require how the works
gear-box,how to work engine.etc

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I create my own functions in c++?

820


what does the following statement mean? int (*a)[4]

834


What is setbase c++?

830


What is the need of a destructor? Explain with the help of an example.

801


What do you mean by inheritance in c++? Explain its types.

829


How are the features of c++ different from c?

805


Why we use #include conio h in c++?

799


How much do coding jobs pay?

770


What is virtual function? Explain with an example

821


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

1041


What do you mean by global variables?

849


Explain the purpose of the keyword volatile.

859


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

1050


Define Virtual function in C++.

850


What is a terminating character in c++?

1035