what is data Abstraction? and give example
Answer Posted / shiva
data abstraction is hidding of unwanted data.
example: car
for driver only steering, gears, breaks are visible and engine is not visible so hidding engine for driver is unwanted.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are advantages of c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is the use of dot in c++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
Write about the use of the virtual destructor?
Is c++ a dying language?
What are the advantage of using register variables?
Why cout is used in c++?
What is the difference between set and map in c++?
what do you mean by volatile variable?
What is a singleton c++?
What is &x in c++?
What are the extraction and insertion operators in c++? Explain with examples.
When does a 'this' pointer get created?
What is long in c++?