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


Please Help Members By Posting Answers For Below Questions

What is pure virtual function?

621


What is a far pointer? where we use it?

611


Explain the use of vtable.

611


What does count ++ do in c++?

688


How can you specify a class in C++?

793






What does new return if there is insufficient memory to make your new object?

580


What is searching? Explain linear and binary search.

583


What is data structure in c++?

651


Please explain the reference variable in c++?

613


What are the steps in the development cycle?

613


What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?

564


Is overriding possible in c++?

567


What is const pointer and const reference?

590


How the delete operator differs from the delete[]operator?

639


Why do we use double in c++?

594