what is data Abstraction? and give example
Answer Posted / ahsaan ansari
Data Abstraction refer to know the properties of data rather than that how properties are process.
In another word say "Data Abstraction Emphasis on What rather than How".
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
When is the copy constructor called?
Why do we use classes in c++?
Why do we need c++?
What is c++ similar to?
How many static variables are created if you put one static member into a template class definition?
What is the difference between struct and class?
Explain register storage specifier.
Is overriding possible in c++?
Write about the use of the virtual destructor?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
If there are two catch statements, one for base and one for derived, which should come first?
Can you use the function fprintf() to display the output on the screen?
Write a C++ Program to check whether a number is prime number or not?
What is singleton class in c++?
What are manipulators in c++ with example?