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
Is c better than c++?
Difference between declaration and definition of a variable.
What is c++ used for in games?
What are the different types of comments allowed in c++?
what is pre-processor in C++?
What is the this pointer?
Does c++ have string data type?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
How would you obtain segment and offset addresses from a far address of a memory location?
Differentiate between realloc() and free().
What would happen on forgetting [], while deallocating an array through new?
What does new return if there is insufficient memory to make your new object?
Can you Mention some Application of C/C++?
Where and why do I have to put the "template" and "typename" keywords?
What are arrays c++?