what is data Abstraction? and give example
Answer Posted / amit kumar
Data abstraction generally refers to suppression of details
of data organization and storage and the highlighting of the
essential feature for an improved understanding of data
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
What are destructors?
What are the benefits of operator overloading?
What are the types of array in c++?
Is turbo c++ free?
What is the difference between the indirection operator and the address of oper-ator?
What is namespace std; and what is consists of?
Name the implicit member functions of a class.
Is there any difference between int [] a and int a [] in c++?
What is encapsulation in C++? Give an example.
What are the advantages of using pointers in a program?
What is friend class in c++ with example?
What is the size of integer variable?
What are built-in functions? What is the syntax for the definition?
What is c++ 11 and c++ 14?
What is pointer to array in c++?