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
Which is not a valid keyword a) public b) protected c) guarded
Search for: what is pair in c++?
How do you traverse a btree in backward in-order?
What is c++ best used for?
What is object file? How can you access object file?
Explain deep copy?
What is a pointer how and when is it used?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Which operations are permitted on pointers?
To what does “event-driven” refer?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What are the types of container classes?
What does asterisk mean in c++?
Is c++ fully object oriented?
What is the limitation of cin while taking input for character array?