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 a lambda function c++?

0 Answers  


What are different types of loops in c++?

0 Answers  


What is the difference between *p++ and (*p)++ ?

0 Answers  


write a programme to get a character and thier ASCII value

0 Answers  


Should a constructor be public or private?

0 Answers  






Is c++ a programming language?

0 Answers  


Explain how overloading takes place in c++?

0 Answers  


Why is main an int?

0 Answers  


How do you invoke a base member function from a derived class in which you’ve overridden that function?

0 Answers  


What is the use of ::(scope resolution operator)?

0 Answers  


Where and why do I have to put the "template" and "typename" keywords?

0 Answers  


What is capacity in vector in c++?

0 Answers  


Categories