what is data Abstraction? and give example
Answer Posted / yash modi
Data Abstraction means hide internal processing from user of outside world.He can See Only Visually see or do input-output but not know how operation is done .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is basic if statement syntax?
Explain about vectors in c ++?
How would perform Pattern Matching in C++?
What is a driver program?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Is java easier than c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Can I learn c++ as my first language?
What is the size of a vector?
Is c++ built on c?
Distinguish between new and malloc and delete and free().
How many standards of c++ are there?
Declare a class vehicle and make it an abstract data type.
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is enum class in c++?