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
Why struct is used in c++?
How do I run c++?
Differentiate between a copy constructor and an overloaded assignment operator.
Can you pass a vector to a function?
What are manipulators used for?
What is cout flush?
Why is main function important?
What are activex and ole?
What is the use of class in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is a container class?
What are the three forms of cin.get() and what are their differences?
Explain the concept of friend function in c++?
What is the sequence of destruction of local objects?
Which operator cannot be overloaded c++?