what is data Abstraction? and give example
Answer Posted / hetshree
Data abstraction is hiding the irrelevant data and showing the relevant data. It is basically used in ATM machines where we are shown only that information which we ask for and not all
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is scope operator in c++?
Show the declaration for a static function pointer.
Define the operators that can be used with a pointer.
Can I create my own functions in c++?
What does ios :: app do in c++?
What do you mean by translation unit?
What is the auto keyword good for in c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Specify some guidelines that should be followed while overloading operators?
Const char *p , char const *p What is the difference between the above two?
What is a storage class used in c++?
Incase of a function declaration, what is extern means?
Explain the static member function.
How do we balance an AVL Tree in C++?
What is a catch statement?