what is data abstraction with example.



what is data abstraction with example. ..

Answer / 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

More OOPS Interview Questions

what is static?

4 Answers  


What is the difference between and interface and an abstract class ?

4 Answers   IBM, Infosys, Ness Technologies,


Why interface is used?

0 Answers  


How to hide the base class functionality in Inheritance?

0 Answers   Viscus Infotech,


What is the difference between an object and a class?

3 Answers  






what type of question are asked in thoughtworks pair programming round ?

0 Answers   Thought Works,


difference between class and object

10 Answers   Chandan, IBM, Magic Soft,


You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.

10 Answers   Zycus Infotech,


Can a varargs method be overloaded?

0 Answers  


What do you mean by overloading?

0 Answers  


How do you explain polymorphism?

0 Answers  


What is interface in oop?

0 Answers  


Categories