what is data Abstraction? and give example
Answer Posted / gomathi
Data Abstraction is an act of representing essential
details without including background details which is
unnecessary.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are signs of manipulation?
Can union be self referenced?
What is diamond problem in c++?
Why is main an int?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
How can you quickly find the number of elements stored in a static array?
Give 10 points of differences between C & C++.
When are exception objects created?
What are the uses of c++ in the real world?
Difference between pointer to constant and constant pointer to a constant. Give example.
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is the array and initializing arrays in c++?
Differentiate between structure and class in c++.
Can you please explain the difference between using macro and inline functions?
Is java based off c++?