what is data Abstraction? and give example

Answer Posted / jaikant mishra

Data Abstraction refers to the act of representing
essential features without including its background details.
it is the selective examination of certain aspects of a
problem.the goal of abstraction is to isolate those apects
that are important for some purpose and surpress the other
that are unimportant.different abstraction for the same
thing are possible.
ex:
the information required by a carpenter for furnishing a
building is different from the information required by a
plumber or electrician for working on the same building

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a constructor return a value?

577


Is c++ the hardest language?

565


What is a rooted hierarchy?

687


Can manipulators fall in love?

568


What is diamond problem in c++?

542






what is VOID?

635


What is time_t c++?

615


Explain friend class?

634


What is class in c++ with example?

572


What are the differences between the function prototype and the function defi-nition?

626


Can you please explain the difference between using macro and inline functions?

538


How can a struct in c++ differs from a struct in c?

614


Will this c++ program execute or not?

607


Explain linked list using c++ with an example?

635


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

5899