what is data abstraction with example.

Answer Posted / vaishali

The concept of abstraction relates to the idea of hiding data that are not needed for presentation. The main idea behind data abstraction is to give a clear separation between properties of data type and the associated implementation details.

This separation is achieved in order that the properties of the abstract data type are visible to the user interface and the implementation details are hidden.
Thus, abstraction forms the basic platform for the creation of user-defined data types called objects.

Data abstraction is the process of refining data to its essential form.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3807


What is the difference between inheritance and polymorphism?

783


What is the advantage of oop over procedural language?

835


Why is encapsulation used?

749


Why do we use polymorphism?

749


Whats oop mean?

772


Is html an oop?

760


What is cohesion in oop?

830


Templates mean

1816


What is class and object with example?

790


Why is polymorphism needed?

778


How do you define a class in oop?

839


What is class in oop with example?

815


What is abstraction encapsulation?

849


What are properties in oop?

794