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
Why is oop useful?
What is property in oops?
program for insertion ,deletion,sorting in double link list
What type of loop is a for loop?
What is use of overloading?
What language is oop?
how to get the oracle certification? send me the answer
What are the 3 pillars of oop?
Can a varargs method be overloaded?
What is oops and why we use oops?
What is polymorphism explain?
What is the important feature of inheritance?
What is solid in oops?
What are the data types in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction