what is data Abstraction? and give example
Answer Posted / ansh pratap singh
abstraction is a concept that reduces the behavior of an
object to the lowest common denominator.
an concept and idea not associate with any specific instance
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which format specifier is used for printing a pointer value?
What is implicit pointer in c++?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What is the use of function pointer?
How much do c++ programmers make?
What will happen if a pointer is deleted twice?
What is the extension of c++?
Is c++ the best programming language?
Is c++ a low level language?
What are inline functions? What is the syntax for defining an inline function?
What does namespace mean in c++?
Explain linked list using c++ with an example?
How delete [] is different from delete?
What is the role of copy constructor in copying of thrown objects?
What is a loop? What are different types of loops in c++?