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
Explain what is polymorphism in c++?
When should we use container classes instead of arrays?
What are the benefits of oop in c++?
What is c++ best used for?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What are the various arithmetic operators in c++?
What is the size of integer variable?
How do you establish an is-a relationship?
How would you use qsort() function to sort an array of structures?
What is the most common mistake on c++ and oo projects?
Why do we use classes in c++?
What is a catch statement?
What is a stack? How it can be implemented?
In a function declaration, what does extern mean?
What does return 0 do in c++?