what is data Abstraction? and give example
Answer Posted / swetha
abstraction refers to the act of representing essential
features without including the background details or
explanations.
for example: you are driving a car. you only know the
essential features to drive a car e.g.,gear handling,use of
clutch,accelerator etc.but while driving do you get into
internal details of car like wiring,motor wiring,etc.you
just change the gears or apply the brakes etc.what is
happening inside is hidden from you. this is abstraction
where you only know the essential things to drive a car
without including the background details or explanations.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is a class? Explain with an example.
Can a list of string be stored within a two dimensional array?
what is COPY CONSTRUCTOR and what is it used for?
How do I run a program in notepad ++?
What is virtual function? Explain with an example
Is c++ a difficult language?
What is constant in c++ with example?
What is abstract keyword in c++?
What is the difference between *p++ and (*p)++ ?
What is the difference between a template and a macro?
To which numbering system can the binary number 1101100100111100 be easily converted to?
What is a list c++?
what are Operators and explain with an example?
Explain queue. How it can be implemented?
What is the full form of dos?