what is data Abstraction? and give example
Answer Posted / akshita.s
Abstraction is a OOP`s concept,it hides the implementation
details from the end user.we get loose coupling if there is
good abstraction.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is #include iostream h in c++?
Does c++ vector allocate memory?
What does std mean in c++?
What is wrapper class in c++?
What is vector processing?
Why do we use string in c++?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Who discovered c++?
What is the difference between #define debug 0 and #undef debug?
Define a pointer to a data member of the type pointer to pointer?
What is the use of data hiding?
What is #include iostream in c++?
What is static in c++?
Why null pointer is used?
How is static data member similar to a global variable?