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 thread safe functions?
What is package private scope in java?
What is a flag and how does it work?
do I need to use synchronized on setvalue(int)? : Java thread
What is the base class of all classes?
What is the meaning of variables in research?
What are the advantages and disadvantages of reference counting in garbage collection?
What class allows you to read objects directly from a stream?
Can we initialize the final blank variable?
Explain about interrupt() method of thread class ?
What is the console in java?
Why does java doesnt suuport unsigned values?
Can we override constructors in java?
What is oop in java?
What are the two types of java programming?