what is data Abstraction? and give example
Answer Posted / v.santhoshini
*Data Abstraction is a collection of related data items
together with an associated set of operations.
*data operations &relations are studied indpendent of
implementation.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
what is Loop function? What are different types of Loops?
What is c++ runtime?
What can I use instead of namespace std?
How does com provide language transparency?
What is this weird colon-member (" : ") syntax in the constructor?
Is map sorted c++?
What is helper in c++?
Search for: what is pair in c++?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What is the c++ code?
What is data binding in c++?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
You run a shell on unix system. How would you tell which shell are you running?