what is data Abstraction

Answers were Sorted based on User's Feedback



what is data Abstraction..

Answer / narasimulu24

Abstraction refers to the act of representing essential
features without including background process or
implementing details.

Is This Answer Correct ?    16 Yes 0 No

what is data Abstraction..

Answer / sumithra.a

Data Abstraction is the process of hiding unwanted details
from user.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the difference between multiple and multilevel inheritance in c++?

0 Answers  


What is an iterator class in c++?

0 Answers  


What do the keywords volatile and mean mutable?

0 Answers  


what is VOID?

0 Answers  


What does h mean in maths?

0 Answers  






What is the difference between passing by reference and passing a reference?

0 Answers  


What is the difference between #import and #include?

0 Answers  


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

0 Answers  


What is a tree in c++?

0 Answers  


What is heap sort in c++?

0 Answers  


Why is it necessary to use a reference in the argument to the copy constructor?

0 Answers  


structure contains int, char, float how it behaves for big endian and little endian?

1 Answers   BITS,


Categories