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
What is c++ try block?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Are c and c++ different?
If you don’t declare a return value, what type of return value is assumed?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is the use of endl in c++ give an example?
Is c better than c++?
What is auto used for in c++?
Who made c++?
What is stl containers in c++?
Explain the auto storage classes in c++.
What is size of string in c++?
What is std :: flush?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is enum class in c++?