what is data Abstraction? and give example
Answer Posted / amit singh
Data abstraction is the process of showing necessary
details to the user by hiding the complexity behind them.
real time ex-
T. V remote control we can see the buttons on it but how
the circuitry work after pressing the particular button is
hidden from the user.
even as per java code we can give ex of abstract class
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Program to check whether a word is a sub-string or not of a string typed
What are c++ templates used for?
What is ios class in c++?
What is c++ flowchart?
Why we use #include iostream in c++?
What are the basics of local (auto) objects?
What can c++ be used for?
Write some differences between an external iterator and an internal iterator?
Which is better c++ or java?
Write a program to add three numbers in C++ utilizing classes.
Difference between class and structure.
Is swift a good first language?
Explain about Virtual Function in C++?
Where must the declaration of a friend function appear?
What is #include math h in c++?