what is data Abstraction? and give example
Answer Posted / guest
Data abstraction is a OO methodology where the data type is
abstracted from implementation.
| Is This Answer Correct ? | 71 Yes | 45 No |
Post New Answer View All Answers
What is constructor in C++?
How can virtual functions in c++ be implemented?
What are signs of manipulation?
What are namespaces in c++?
What is a vector c++?
What are the implicit member functions of class?
Can turbo c++ run c program?
Difference between Abstraction and encapsulation in C++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Explain virtual class and friend class.
Define 'std'.
What is the difference between a template and a macro?
Write a C++ Program to check whether a number is prime number or not?
What is input operator in c++?
Which function should be used to free the memory allocated by calloc()?