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
What are the restrictions apply to constructors and destructors?
What do you mean by function pointer?
What is an inclusion guard?
What is function overloading c++?
Define pointers?
How many types of comments are there in c++?
Explain bubble sorting.
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What does obj stand for?
When is the copy constructor called?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is conditions when using boolean operators?
Do class declarations end with a semicolon?
Can a constructor return a value?