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
What is the type of 'this' pointer?
Can you use the function fprintf() to display the output on the screen?
What is the identity function in c++? How is it useful?
What is the basic difference between C and C++?
What is malloc in c++?
What is an incomplete type in c++?
What is polymorphism and its type in c++?
What is a pointer how and when is it used?
When does a name clash occur in c++?
List the advantages of inheritance.
Is swift better than c++?
What is the difference between reference and pointer?
Name the implicit member functions of a class.
What is a class template?
Explain what are mutator methods in c++?