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 method of creating object in C++ ?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What is a class template in c++?
Is c++ platform dependent?
Is std :: string immutable?
What is different in C++, compare with unix?
Can we define a constructor as virtual in c++?
What is bubble sort c++?
Write a program which uses Command Line Arguments
What does std mean in c++?
Is c++ a pure oop language?
Why namespace is used in c++?
Is multimap sorted c++?
When there is a global variable and local variable with the same name, how will you access the global variable?
Explain the static storage classes in c++.