what is data Abstraction? and give example
Answer Posted / sandeep kumar
data abstraction hide the actual implementation or hide the actual working
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between a homogeneous and a heterogeneous container
What is setfill c++?
What is #include math h 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 the best book for c++ beginners?
What is static class data?
List the special characteristics of constructor.
What do you understand by pure virtual function? Write about its use?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What does it mean to declare a member function as static?
What is std namespace in c++?
Why is main function important?
What new()is different from malloc()?
What is split a string in c++?
Is c++ low level?