Answer Posted / 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 View All Answers
What is the use of ::(scope resolution operator)?
What is isdigit c++?
Name the debugging methods that are used to solve problems?
What is a flag in c++?
Is arr and &arr are same expression for an array?
What is a constructor in c++ with example?
Explain binary search.
What does new in c++ do?
What c++ library is string in?
How does atoi function work?
Explain what is class definition in c++ ?
What is the difference between ++ count and count ++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is the difference between global int and static int declaration?
What is struct c++?