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
Which is better struts or spring?
c++ program to swap the objects of two different classes
What is polymorphism explain its types?
What is methods in oop?
What is difference between oop and pop?
Is this job good for future? can do this job post grduate student?
What is coupling in oops?
What are functions in oop?
How do you achieve runtime polymorphism?
What does and I oop mean?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Which is not an object oriented programming language?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What are classes oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)