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 oops
write knight tour problem which is present in datastructure
What is multilevel inheritance?
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
Can an interface inherit a class?
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
Why do we use class in oops?
What are oops methods?
difine hierarchical inheritance.
Program to read a comment string
all about pointers
What is the difference between procedural programming and oops?