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
What are the general quetions are in DEna bank manager IT/System interviews?
Differentiate between late binding and early binding.
How can we check whether the contents of two structure variables are same or not?
program explaining feautures of c++
Explain the use of virtual destructor?
Define a conversion constructor?
What is the best c++ compiler?
Do you know about C++ 11 standard?
What is oops in c++?
What are references in c++?
Explain what are single and multiple inheritances in c++?
Does c++ support exception handling?
What is the use of volatile variable?
How long will it take to learn programming?
What is a breakpoint?