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
Which format specifier is used for printing a pointer value?
What is srand c++?
What apps are written in c++?
What is the difference between map and hashmap in c++?
Where are setjmp and longjmp used in c++?
What is the v-ptr?
Write a program to find the Factorial of a number
What is the use of :: operator in c++?
Can you overload the operator+ for short integers?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
How can I learn c++ easily?
Write a program to interchange 2 variables without using the third one.
How can you tell what shell you are running on unix system?
What is an inclusion guard?
Should the member functions which are made public in the base class be hidden?