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
Do you know what is overriding?
What are the characteristics of friend functions?
How would perform Pattern Matching in C++?
What is a .lib file in c++?
What is a dynamic binding in c++?
What are the rules about using an underscore in a c++ identifier?
What is the use of lambda in c++?
Is swift a good first language?
Write a recursive program to calculate factorial in c++.
How can virtual functions in c++ be implemented?
What is java and c++?
What is the first name of c++?
Is java the same as c++?
What is a singleton class c++?
What is a character in c++?