Answers were Sorted based on User's Feedback



what is data Abstraction? and give example..

Answer / neha gupta

data abstraction is the process of extracting the relevant
properties of an object while ignoring non-essential
details.

Is This Answer Correct ?    0 Yes 0 No

what is data Abstraction? and give example..

Answer / mahphuz ansari

Data abstraction is a process in which we get information or
data according to our requirement not in detailed data or
information.
example:- learning how to dive a car.

Is This Answer Correct ?    1 Yes 1 No

what is data Abstraction? and give example..

Answer / shivika

data abstraction refers to the act of representing
essential features without including the background details
or explanations.

Is This Answer Correct ?    0 Yes 0 No

what is data Abstraction? and give example..

Answer / 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

what is data Abstraction? and give example..

Answer / kariuki wamae

data abstruction is concept of the oop where the
implementation details of a program are ignored to work on
a much higher level of the program.

Is This Answer Correct ?    1 Yes 1 No

what is data Abstraction? and give example..

Answer / rathna

data abstraction is a process of collecting essential
details which are relavent to the application and
neglecting other details.

Is This Answer Correct ?    1 Yes 1 No

what is data Abstraction? and give example..

Answer / udaya

Abstraction allows us to proceed with the development work
without been held up in low-level implementation details
(yet to be discovered)

Eg:- Develop software that will perform 2-D drafting (CAD)

* Software will include a computer graphic interface which
will enable the draft-person to see drawing and to
communicate with it via a mouse. All line and curve drawing,
geometric computations. Will be perform by the CAD software.
Drawing will be stored in a drawing file.

(Here it only concentrate on a task at some level of
generalization (High level details) without regard to low
level details)

Is This Answer Correct ?    1 Yes 1 No

what is data Abstraction? and give example..

Answer / dileep

data abstraction is a technique that hides the unnecessary
data to the end user.
Like.., IF u want to drive a car no need to know about the
what company bolt is used in the inside the engine ..you
just need to know about the process of handling the
steering, breaks, clutch..etc..

Is This Answer Correct ?    1 Yes 1 No

what is data Abstraction? and give example..

Answer / hetshree

Data abstraction is hiding the irrelevant data and showing the relevant data. It is basically used in ATM machines where we are shown only that information which we ask for and not all

Is This Answer Correct ?    0 Yes 0 No

what is data Abstraction? and give example..

Answer / saro

DATA ABSTRACTION MEANS WE GIVE MORE IMPORTANT TO DAT
WITHOUT CONSIDERING WHAT'S GOING ON BACKGROUND.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

How do you compile the source code with your compiler?

0 Answers  


How can you find the nodes with repetetive data in a linked list?

1 Answers   Lucent,


What is token c++?

0 Answers  


Why is c++ still best?

0 Answers  


Write a Program for find and replace a character in a string.

0 Answers  






What is the oldest programming language?

0 Answers  


what is scupper?

0 Answers  


How do you generate a random number in c++?

0 Answers  


What are the steps in the development cycle?

0 Answers  


Describe linked list using C++ with an example.

0 Answers  


When can you tell that a memory leak will occur?

1 Answers  


What happens if an exception is throws from an object's constructor and from object's destructor?

3 Answers   TCS,


Categories