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
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
When is dynamic checking necessary?
How many characters are recognized by ANSI C++?
What is extern c++?
Is string data type in c++?
What programming language should I learn first?
What is an arraylist c++?
Which is better turbo c++ or dev c++?
Define friend function.
Explain the term memory alignment?
How to declare a pointer to an array of integers?
What is the return value of the insertion operator?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
Can you overload the operator+ for short integers?
What is a responder chain?