what is data Abstraction? and give example
Answer Posted / dashrath singh
In Data Abstraction Abstraction is a way through which we
can extract the useful information when it is called by
Objects or variables by hiding the definition
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are signs of manipulation?
What are dynamic type checking?
Is c++ a programming language?
How many types of modularization are there in c++?
What is a v-table?
What is cin clear () in c++?
What do you mean by translation unit?
What is the difference between structure and class?
Where do I find the current c or c++ standard documents?
What is the difference between equal to (==) and assignment operator (=)?
Why do we need c++?
What are the various access specifiers in c++?
What is the history of c++?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is an undefined behavior and sequence points