What do you mean by abstraction in C++?



What do you mean by abstraction in C++?..

Answer / hrpynux@gmail.com

Data abstraction is one of the most essential and important feature of object oriented programming in C++. Abstraction means displaying only essential information and hiding the details. A Class can decide which data member will be visible to outside world and which is not.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Differentiate between late binding and early binding.

0 Answers  


Do we have to use initialization list in spite of the assignment in constructors?

0 Answers  


Describe the advantage of an external iterator.

0 Answers  


How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?

0 Answers  


What is the difference between prefix and postfix versions of operator++()?

0 Answers  






What is an arraylist c++?

0 Answers  


What is type of 'this' pointer? Explain when it is get created?

0 Answers  


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

0 Answers  


What is the best c++ book?

0 Answers  


What is the best c++ ide?

0 Answers  


How do c++ struct differs from the c++ class?

0 Answers  


What is overloading unary operator?

0 Answers  


Categories