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
Is c++ faster than c?
What are stacks? Give an example where they are useful.
List different attributes in C++?
What is class invariant in c++?
List down the guideline that should be followed while using friend function.
How can you differentiate between inheritance and implementation in c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is a forward referencing and when should it be used?
How do you clear a set in c++?
What are friend classes? What are advantages of using friend classes?
Define anonymous class.
Which function should be used to free the memory allocated by calloc()?
What are the differences between new and malloc?
Explain one method to process an entire string as one unit?
What are the various access specifiers in c++?