what is data Abstraction? and give example
Answer Posted / m.arul
Data abstraction is a process of representing the essential
features without including background properties(or)
implementation details.
| Is This Answer Correct ? | 67 Yes | 21 No |
Post New Answer View All Answers
What is wrapper class in c++?
What are manipulators in c++ with example?
What is a .lib file in c++?
Where are setjmp and longjmp used in c++?
Do class declarations end with a semicolon? Do class method definitions?
Describe linked list using C++ with an example.
What is c++ array?
Is it possible to provide special behavior for one instance of a template but not for other instances?
What is the difference between a type-specific template friend class and a general template friend class?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Write bites in Turbo c++ Header ("Include") Files.
What is a friend function in c++?
Is there a sort function in c++?
Is c++ low level?
What are literals in C++?