What is data abstraction? Elaborate with example?
Answer Posted / dsr
hidding unneccessary data from userdetails, is called
abstraction.
Example:TV Remote.
Buttons are cisible.circuit is not visible.(Hidden)
| Is This Answer Correct ? | 104 Yes | 9 No |
Post New Answer View All Answers
What are the different types of inheritance in java?
how to handle exceptions in ejb?
What is callable java?
What is nested loop? What is dangling else condition in it?
Which java collection does not allow null?
What is meant by oops concept in java?
Which is the class in java?
Is java an open source?
Does .length start 0 java?
What is close method? How it's different from Finalize & Dispose?
How can we make copy of a java object?
What is the use of beaninfo?
What is array command?
Can an abstract class be a final class?
Can we call the run() method instead of start()?