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 the benefit of oop?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What makes a language oop?
What is overloading and its types?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Why is object oriented programming so hard?
What is encapsulation in oop?
#include
What is the point of oop?
What type of loop is a for loop?
Why interface is used?
Can main method override?
What is class and object in oops?
What is object in oop?