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 data encapsulation is in c++?
Why use of template is better than a base class?
What is the difference between the parameter to a template and the parameter to a function?
Explain polymorphism?
What do you mean by a template?
What is the difference between a reference and a pointer?
What is the v-ptr?
how to access grid view row?
Define linked lists with the help of an example.
What do you mean by public protected and private in c++?
Does c++ vector allocate memory?
Can constructor be static in c++?
Can you sort a set c++?
Are vectors passed by reference c++?
When is the copy constructor called?