what is data Abstraction? and give example
Answer Posted / sumathi
Data Abstraction is the act of representing the essential
features of an object without including the background
details.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is #include sstream?
What is atoi?
Explain the use of virtual destructor?
Write a program to add three numbers in C++ utilizing classes.
What is c++ good for?
What does the linker do?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Differentiate between an array and a list?
How would you use qsort() function to sort an array of structures?
How do I run a program in notepad ++?
What is pointer to array in c++?
What is copy constructor? Can we make copy constructor private in c++?
What is the difference between object-oriented programming and procedural programming?
Who discovered c++?
Which function should be used to free the memory allocated by calloc()?