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

What are the benefits of oop?

598


What is class and object with example?

581


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1383


What are objects in oop?

602


Why do we use polymorphism in oops?

573






What is the difference between inheritance and polymorphism?

581


What is meant by multiple inheritance?

729


What is the difference between abstraction and polymorphism?

606


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4232


What is variable example?

591


What is overloading in oop?

568


What does and I oop mean in text?

615


What is polymorphism and types?

594


Can we define a class within the interface?

549


What is the fundamental idea of oop?

629