what is data Abstraction? and give example
Answer Posted / wizards
The main idea of data abstratcion is to give clear
seperation between properties of data and implementation
details. This results the properties of the data types are
visible to the user interface and hides implementation details.
| Is This Answer Correct ? | 41 Yes | 11 No |
Post New Answer View All Answers
What is do..while loops structure?
Do the parentheses after the type name make a difference with new?
How does c++ sort work?
How const int *ourpointer differs from int const *ourpointer?
Explain the problem with overriding functions
Does std endl flush?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Why is main function important?
Do you know what is overriding?
What is the purpose of template?
Can you please explain the difference between static and dynamic binding of functions?
Can you please explain the difference between overloading and overriding?
Where can I run c++ program?
Difference between pass by value and pass by reference?
What things would you remember while making an interface?