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
How to tokenize a string in c++?
What is c++ mutable?
What is c++ code?
What are associate containers?
What are the basic data types used in c++?
Search for: what is pair in c++?
How would you obtain segment and offset addresses from a far address of a memory location?
what are Access specifiers in C++ class? What are the types?
Are there any special rules about inlining?
What is the this pointer?
What is the difference between ++ count and count ++?
Explain the uses of static class data?
What is the difference between a type-specific template friend class and a general template friend class?
describe private access specifiers?
Can a constructor be private?