what is data Abstraction? and give example
Answer Posted / dileep
data abstraction is a technique that hides the unnecessary
data to the end user.
Like.., IF u want to drive a car no need to know about the
what company bolt is used in the inside the engine ..you
just need to know about the process of handling the
steering, breaks, clutch..etc..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How is static data member similar to a global variable?
What do you understand by pure virtual function? Write about its use?
Can I create my own functions in c++?
Write about the access privileges in c++ and also mention about its default access level?
What does it mean to declare a destructor as static?
Define a nested class. Explain how it can be useful.
What is a lambda function c++?
What are static variables?
Is c++ a dying language?
Describe public access specifiers?
What is the importance of mutable keyword?
What is a memory leak c++?
What does the ios::ate argument do?
What is protected inheritance?
Can non-public members of another instance of the class be retrieved by the method of the same class?