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 the use of void main() in C++ language?
Explain the differences between private, public and protected and give examples.
Do class method definitions?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
Explain the term memory alignment?
What is the output of the following program? Why?
Does c++ have a hash table?
what is the difference between overloading & overriding? give example.
What is the full form nasa?
What is DlgProc?
Can malloc be used in c++?
Why is c++ still popular?
Search for: what is pair in c++?
What is data hiding c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?