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 is meant by iomanip in c++?
What is a constructor and how is it called?
What do you mean by friend class & friend function in c++?
Describe private, protected and public?
What is class and structure in c++?
Differentiate between a constructor and a method in C++.
State two differences between C and C++.
Is python written in c or c++?
What is a manipulator in c++?
What are stacks? Give an example where they are useful.
What kind of jobs can I get with c++?
How do you decide which integer type to use?
What is #include cmath?
Is the declaration of a class its interface or its implementation?
How will you call C functions from C ++ and vice-versa?