Answers were Sorted based on User's Feedback



what is data Abstraction? and give example..

Answer / t@run gupta

Data Abstraction:
By this feature of object oriented programming it is
possible to represent the needed information in program
without presenting the details. Also by the feature of data
abstraction it is possible to create user defined data types
and thus increase the power of programming language

Is This Answer Correct ?    0 Yes 1 No

what is data Abstraction? and give example..

Answer / ankit shrivastav

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

Is This Answer Correct ?    0 Yes 1 No

what is data Abstraction? and give example..

Answer / saikumar jalda

Data abstraction means the mechanism of hiding the data
without effecting the background details is called data
abstratction.

Is This Answer Correct ?    0 Yes 1 No

what is data Abstraction? and give example..

Answer / gomathi

Data Abstraction is an act of representing essential
details without including background details which is
unnecessary.

Is This Answer Correct ?    0 Yes 1 No

what is data Abstraction? and give example..

Answer / kazumi67

Data abstraction retrieves data efficiently. The need for
efficiency has led designers to use complex data stuctures
to represent data in the database.

Is This Answer Correct ?    0 Yes 1 No

what is data Abstraction? and give example..

Answer / faheemullah

Abstraction the process of recognizing and focusing on
important characteristics of a objet. and leaving un wanted
characteristics of that object. Example
Doctor see patient: the doctor is intrested in name,
height, weigth, age, blood group, previous and existing
disease of a person. doctor not intrested degree of study,
work experience, etc............

Is This Answer Correct ?    0 Yes 1 No

what is data Abstraction? and give example..

Answer / kishore kumar

data abstraction is a process of representing the essential
features without including implementation details.

Is This Answer Correct ?    0 Yes 1 No

what is data Abstraction? and give example..

Answer / nitin

Data abstraction is tearing the pages of the book and keeping only the summary page..

Is This Answer Correct ?    0 Yes 1 No

what is data Abstraction? and give example..

Answer / pavan

Data abstraction s nothing but deifing the highlights and
including every thing in the function

Is This Answer Correct ?    0 Yes 1 No

what is data Abstraction? and give example..

Answer / vidula & akshta

It is selective examination of certain aspects of
problem.........

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C++ General Interview Questions

What are default parameters? How are they evaluated in c++ function?

0 Answers  


write a C++ programming :if the no is between 32 to 50 it will be odd.

3 Answers   NIIT,


What are member functions used in c++?

0 Answers  


What is lambda in c++?

0 Answers  


What is static class data?

0 Answers  


write the prime no program in c++?

16 Answers  


Differentiate between a constructor and a method in C++.

0 Answers   Tech Mahindra,


What is extern c++?

0 Answers  


Is it possible to provide special behavior for one instance of a template but not for other instances?

0 Answers  


Can I learn c++ in a week?

0 Answers  


Explain what you mean by a pointer.

0 Answers   TCS,


Explain what is polymorphism in c++?

0 Answers  


Categories