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
How do c++ struct differs from the c++ class?
How does c++ sort work?
What is array give example?
Can you write a function similar to printf()?
What is a unnitialised pointer?
What is abstraction in c++ with example?
What is the use of vtable?
Explain differences between new() and delete()?
Explain how the virtual base class is different from the conventional base classes of the opps.
What new()is different from malloc()?
Are c and c++ different?
What are c++ files?
What is abstraction in c++?
Is set c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples