what is data Abstraction? and give example
Answer Posted / tamilarasan
A data abstraction is a simplified view of an object that includes only features one is interested in while hides away the unnecessary details.
eg: creation of object from its class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is c++ considered difficult?
What are the effects after calling the delete this operator ?
How will you call C functions from C ++ and vice-versa?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is lazy initialization in c++?
Is c++ the best programming language?
What is the limitation of cin while taking input for character array?
What is null pointer and void pointer?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Explain the concept of dynamic allocation of memory?
How many standards of c++ are there?
What is the fastest c++ compiler?
How is computer programming useful in real life?
How static variables and local variablesare similar and dissimilar?
What is c++ stringstream?