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 malloc in c++?
What is the difference between passing by reference and passing a reference?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Explain what happens when a pointer is deleted twice?
Explain rethrowing exceptions with an example?
what is data encapsulation in C++?
What is lazy initialization in c++?
What is array give example?
Is c++ the most powerful language?
What is buffering in c++?
What is private, public and protected inheritance?
What is a dynamic binding in c++?
what are the types of Member Functions?
What is a Default constructor?
What are the unique features of C++.