what is data abstraction with example.
Answer / 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 |
What is interface? When and where is it used?
What is the fundamental idea of oop?
what is code for call by value and call by reference?
What is abstraction oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
create a c++ program that will accepts 9 inputs using 3 by 3 array.
what is the difference between function template and template of function?explain with example.
What are the access specifiers avaible in c++?
what is the main difference between sizeof() operator in c and c++
what is polymorpsim? what are its types?
What are two types of polymorphism?
string is a class or data type in java?