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
Can comments be nested?
Which is the best c++ compiler?
What causes a runtime error c++?
Declare a class vehicle and make it an abstract data type.
What are destructors?
What are the benefits of c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Can java be faster than c++?
Explain the uses oof nested class?
How static variables and local variablesare similar and dissimilar?
What is setw manipulator in c++?
What is c++ stringstream?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Is there any difference between int [] a and int a [] in c++?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.