what is data Abstraction? and give example
Answer Posted / guest
data abstraction is the process of representing essential
details not including inter nal details.example index of
the book
| Is This Answer Correct ? | 281 Yes | 50 No |
Post New Answer View All Answers
Which c++ compiler is best?
How would you use qsort() function to sort an array of structures?
Can a constructor return a value?
What is the this pointer?
How a modifier is similar to mutator?
What do you understand by a pure virtual member function?
Which function should be used to free the memory allocated by calloc()?
Is c++ map a hash table?
How many namespaces are there in c++?
What is the use of typedef?
Difference between inline functions and macros?
What's the order in which the local objects are destructed?
What is lambda in c++?
What is the purpose of templates in c++?
When should you use global variables?