what is data Abstraction? and give example
Answer Posted / sunil
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 ? | 23 Yes | 11 No |
Post New Answer View All Answers
Explain how to initialize a const data member.
Carry out conversion of one object of user-defined type to another?
Explain about templates of C++.
Is c++ the best programming language?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Explain one method to process an entire string as one unit?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is different in C++, compare with unix?
Is set c++?
We use library functions in the program, in what form they are provided to the program?
What is constructor c++?
How do you write a function that can reverse a linked-list?
Why c++ does not have finally?
What is the rule of three?
What are the uses of c++ in the real world?