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 is difference between Heap and Stack Memory?
Why set do not allow duplicates in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Can java list be null?
Does string isempty check for null?
Describe what happens when an object is created in java ?
What is the transient keyword?
What’s the difference between the methods sleep() and wait()?
Why 1 is not a prime number?
In the below example, what will be the output?
What is the difference in between cpp and java? Can u explain in detail?
What is downcasting?
how can i use a nonsynchronized hashtable?
What is an infinite loop?
What is difference between this and super keyword?