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 does new return if there is insufficient memory to make your new object?
What is the copy-and-swap idiom?
Explain how an exception handler is defined and invoked in a Program.
What is iterator in c++?
How can you quickly find the number of elements stored in a static array?
Why we use #include conio h in c++?
What is an overflow error?
What are the 4 types of library?
What is the difference between method overloading and method overriding in c++?
Explain how to initialize a const data member.
What kind of problems can be solved by a namespace?
What is the size of integer variable?
What does std :: flush do?
How do I run a program in notepad ++?
Is there structure in c++?