what is data Abstraction? and give example
Answer Posted / guest
data abstraction is the process of representing essential
details not including inter nal details.example index of
the book
| Is This Answer Correct ? | 281 Yes | 50 No |
Post New Answer View All Answers
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Is overriding possible in c++?
What programming language should I learn first?
Differentiate between a constructor and a method in C++.
What is a modifier in c++?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
How a new element can be added or pushed in a stack?
You run a shell on unix system. How would you tell which shell are you running?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
What is the operator in c++?
Explain the differences between list x; & list x();.
What is a linked list in c++?
Is java as fast as c++?
what are the iterator and generic algorithms.
Explain the difference between class and struct in c++?