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 benefit of learning c++?
How does c++ structure differ from c++ class?
Explain the static member function.
Write is a binary search tree? Write an algo and tell complexity?
What is linked list in c++?
What is a catch statement?
Is there a sort function in c++?
What does h mean in maths?
How does code-bloating occur in c++?
List the special characteristics of constructor.
When to use “const” reference arguments in a function?
What does extern mean in a function declaration in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
Is java the same as c++?
Explain the register storage classes in c++.