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
What is a null tree?
What is the problem with multiple inheritance?
What does and I oop and sksksk mean?
What are the data types in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
Why do we need polymorphism in c#?
What is class in oop with example?
Why is polymorphism used?
How is class defined?
What is the types of inheritance?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is the highest level of cohesion?
What are main features of oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is destructor in oop?