what is data Abstraction? and give example
Answer Posted / gurpreet kaur sandhu
Abstruction to the act of the representing the essential
features without internal structure of objects & variables.
In object oriented programming users are just aware of
objects ,function and their purpose.they are not aware of
the internal structure and working of the function and
objects.
THE PHENOMENA OF HIDING THE ACCESS TO INTERNAL VARIABLE
FROM THE USER AND ONLY PROVIDING THE ACCESS TO FUNCTION IS
CALLED "Abstruction".
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain function overloading
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is java and c++?
What is the role of C++ shorthand's?
Write about the stack unwinding?
what are Operators and explain with an example?
Can c++ do everything c can?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Explain this pointer?
What is polymorphism and its type in c++?
Explain how functions are classified in C++ ?
program explaining feautures of c++
Write about the various sections of the executable image?
How do you compile the source code with your compiler?
What are the extraction and insertion operators in c++?