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 the difference between public, private, and protected access?
What are destructors?
Is java made in c++?
Write a program to add three numbers in C++ utilizing classes.
Difference between declaration and definition of a variable.
Can we sort map in c++?
Differentiate between the manipulator and setf( ) function?
What are the two types of polymorphism?
Is c++ primer good for beginners?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
How can you link a c program with a c function?
Explain method of creating object in C++ ?
How many types of scopes are there in c++?
What do you mean by stack unwinding in c++?
What apps are written in c++?