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 data abstraction? How is it different from data encapsulation?
Differentiate between late binding and early binding.
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is the limitation of cin while taking input for character array?
Explain what happens when a pointer is deleted twice?
How to allocate memory dynamically for a reference?
What is the use of bit fields in structure declaration?
What is a c++ map?
What is the function of I/O library in C++ ?
What is an undefined behavior and sequence points
Explain the volatile and mutable keywords.
What is isdigit c++?
What is flush programming?
What is c++ try block?
Explain unexpected() function?