what is data Abstraction? and give example
Answer Posted / apoorva
It is the process of hiding the complexity and inner
workings of a class, so that users dont have to know how it
operates.
For example- You dont have to know how a tv works if you
only wanted to view a picture.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is c++ low level?
What is #include c++?
Write about the access privileges in c++ and also mention about its default access level?
What is the basic structure of c++ program?
What is static function? Explain with an example
How do you add an element to a set in c++?
When can I use a forward declaration?
How do you find out if a linked-list has an end?
Explain differences between new() and delete()?
What is the need of a destructor? Explain with the help of an example.
What is a .lib file in c++?
Should the this pointer can be used in the constructor?
What is abstract class in c++?
You run a shell on unix system. How would you tell which shell are you running?
What is the use of endl in c++?