What is data abstraction? Elaborate with example?
Answer Posted / mahi
Data abstraction means in simple words its nothing but we
do not represent the unnecessary details to the user.
It means if you want to take the medicine .u will use it
regarding prescription with out knowing of the details of
drugs that are used in manufacturing of the medicine
that's it
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
What are disadvantages of java?
How hashmap increases its size in java?
What is a Null object?
Can we use string in the switch case?
What is the base class of all exception classes?
What is the use of string and stringbuffer?
What are the advantages of inner classes?
Why is the singleton pattern considered to be an anti pattern?
What is balanced tree in java?
What is a class in java?
What is http client in java?
Is java util regex pattern thread safe?
What is the default execution method in java?
do I need to use synchronized on setvalue(int)? : Java thread
What is a pattern what is an anti pattern?