what is data Abstraction? and give example
Answer Posted / ramya
Abstraction is of the process of hiding unwanted details from the user.
For example, your program can make a call to the sort() function without knowing what algorithm the function actually uses to sort the given values.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is called array?
What is the difference between passing by reference and passing a reference?
Explain mutable storage class specifier.
How does class accomplish data hiding in c++?
Will rust take over c++?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
How many types of modularization are there in c++?
Write a program to add three numbers in C++ utilizing classes.
How would you call C functions from C++ and vice versa?
What are 2 ways of exporting a function from a dll?
Is string an object in c++?
Write a Program for find and replace a character in a string.
Is c the same as c++?
what are the iterator and generic algorithms.
What is the outcome of cout< a) 16 b) 17 c) 16.5