what is data Abstraction? and give example
Answer Posted / kazumi67
Data abstraction retrieves data efficiently. The need for
efficiency has led designers to use complex data stuctures
to represent data in the database.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is c++ hiding?
What is prototype for that c string function?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is the size of integer variable?
What parameter does the constructor to an ofstream object take?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What are 2 ways of exporting a function from a dll?
What is the operator in c++?
What is the use of register keyword with the variables?
What is the difference between #import and #include?
Does c++ vector allocate memory?
Which programming language is best to learn first?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What is the difference between mutex and binary semaphore?
What is meant by iomanip in c++?