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 the difference between global int and static int declaration?
What is virtual base class uses?
Why is main an int?
What is a breakpoint?
What is late binding c++?
What is lvalue?
What's the order in which the objects in an array are destructed?
What is a try block?
What does ios :: app do in c++?
Describe private, protected and public – the differences and give examples.
What is the basic difference between C and C++?
What is general form of pure virtual function? Explain?
How to implement is-a and has-a class relationships?
Write a note about the virtual member function?
What is a null object in c++?