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
When we use Abstract Class and when we use Interface?where we will implement in real time?
What kind of problems can be solved by a namespace?
Is string data type in c++?
Are vectors faster than arrays?
What are the restrictions apply to constructors and destructors?
What is purpose of abstract class?
Can you overload the operator+ for short integers?
What are the unique features of C++.
Why iomanip is used in c++?
What is lvalue?
Incase of a function declaration, what is extern means?
What do you mean by overhead in c++?
What is the default width for ouputting a long integer using the insertion operator?
What is a tuple c++?
Is c++ a high level language?