what is data Abstraction? and give example
Answer Posted / jithin
Data abstraction is the virtue by which the object hides its
internal operation and data members from rest of the
program.
it makes it unnecessary for the client programs to
know how the data is internally arranged in the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program in C++ for Fibonacci series
Explain the properties and principles of oop.
What is setf in c++?
Explain the static storage classes in c++.
Write a recursive program to calculate factorial in c++.
Explain the concept of friend function in c++?
What is a forward referencing and when should it be used?
What are the characteristics of friend functions?
What is the use of map in c++?
What is the use of volatile variable?
Difference between overloaded functions and overridden functions
What is rtti in c++?
How does the copy constructor differ from the assignment operator (=)?
Does c++ support exception handling?
How can I learn dev c++ programming?