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
Is empty string in java?
Which is better stringbuffer or stringbuilder?
What is number data type?
how to write a program for sending mails between client and server
How do you sort in descending order in java using collections sort?
What is the difference between sleep and wait in java?
How do you override a method in java?
What is a variable declaration?
What is the difference between import java.util.date and java .util?
What is difference between fileinputstream and filereader in java?
How do you add an element to a hashset in java?
Explain about serializable interface in java?
What is the main use of generics in java?
What is the most important feature of java? What is an interface?
How many arguments can be passed to main ()?