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
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the difference between inheritance and polymorphism?
What is the advantage of oop over procedural language?
Why is encapsulation used?
Why do we use polymorphism?
Whats oop mean?
Is html an oop?
What is cohesion in oop?
Templates mean
What is class and object with example?
Why is polymorphism needed?
How do you define a class in oop?
What is class in oop with example?
What is abstraction encapsulation?
What are properties in oop?