what is data Abstraction? and give example
Answer Posted / vishwajit kumar
data abstraction is a process of representing the essential
elements,hiding the back ground details.
| Is This Answer Correct ? | 95 Yes | 27 No |
Post New Answer View All Answers
What are the effects after calling the delete this operator ?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
write a programme to get a character and thier ASCII value
What are the five basic elements of a c++ program?
Define linked lists with the help of an example.
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
List the issue that the auto_ptr object handles?
What are member functions used in c++?
What is the copy-and-swap idiom?
Explain about Garbage Collector?
What is array in c++ example?
Is main a class in c++?
Why is c++ called oops?
What is null pointer and void pointer and what is their use?
What is #include math h in c++?