Answers were Sorted based on User's Feedback



what is data Abstraction? and give example..

Answer / hafizul

Data abstraction is the process of recognizing and focusing
on important characteristics of an object and
leaving/filtering out the un-wanted characteristics of that
object.

Is This Answer Correct ?    35 Yes 5 No

what is data Abstraction? and give example..

Answer / wizards

The main idea of data abstratcion is to give clear
seperation between properties of data and implementation
details. This results the properties of the data types are
visible to the user interface and hides implementation details.

Is This Answer Correct ?    41 Yes 11 No

what is data Abstraction? and give example..

Answer / guest

Data abstraction is a OO methodology where the data type is
abstracted from implementation.

Is This Answer Correct ?    71 Yes 45 No

what is data Abstraction? and give example..

Answer / kusum

Abstraction is a process to recognize and focussing on
importent characterstics of a situation or objet and
leaving/filtering out the unwanted characterstics of the
situation or object.

Is This Answer Correct ?    32 Yes 12 No

what is data Abstraction? and give example..

Answer / ajay desai

it is the process of representing the essential features of
an object without including its implementation details.

Is This Answer Correct ?    27 Yes 7 No

what is data Abstraction? and give example..

Answer / amit kumar

Data abstraction generally refers to suppression of details
of data organization and storage and the highlighting of the
essential feature for an improved understanding of data

Is This Answer Correct ?    25 Yes 5 No

what is data Abstraction? and give example..

Answer / pooja

Abstraction refers to the act of representing essential
features without including the background details or
explanations

Is This Answer Correct ?    24 Yes 8 No

what is data Abstraction? and give example..

Answer / abhishek

Data abstraction is a process of data hiding,i.e using the
the methods without knowing the implementation behind it;as
the implementation or logic is hidden for the outer world.

Is This Answer Correct ?    19 Yes 6 No

what is data Abstraction? and give example..

Answer / sunil

Data abstraction is the virtue by which the object hides its
internal operation and data members from rest of the program.
it makes it unnecessary for the client programs to
know how the data is internally arranged in the object.

Is This Answer Correct ?    23 Yes 11 No

what is data Abstraction? and give example..

Answer / dhivya.r

it is the technique of creating new data types that are
well suited to an application to be programmedis known as
data abstraction

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More C++ General Interview Questions

What is the best c++ book?

0 Answers  


What is the best free c++ compiler for windows?

0 Answers  


Write a function to find the nth item from the end of a linked list in a single pass.

0 Answers   Huawei,


State the difference between pre and post increment/decrement operations.

0 Answers  


Is it possible to provide default values while overloading a binary operator?

0 Answers  






Explain about Virtual Function in C++?

0 Answers  


what is pre-processor in C++?

0 Answers  


what is the emaning of '#include" "'?

5 Answers  


What is the syntax for a for loop?

0 Answers  


When the design recommends static functions?

2 Answers   Symphony,


Explain how to initialize a const member data.

0 Answers  


How do I get good at c++ programming?

0 Answers  


Categories