i need example for java abstraction. where we use
abstraction and why we need abstraction.
Answer Posted / brijesh singh
basicall i need to know that u say abstration are use to hide the the unnecessary data but in c or c++ it is also done. through printf and so on we hide the unnecessary data ,so how it is the feature of oops? descrives in details plzzzzzzzz.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is javac_g?
Can we extend singleton class in java?
How do you compare two strings lexicographically?
What is an immutable object? How do you create one in java?
Define immutable object?
How many threads can I run java?
How do you clear a list in java?
How do you represent a space in regex java?
What is ellipsis in java?
What is an empirical question?
What are the different conditional statements?
Can we initialize the final blank variable?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
what is the major difference between linkedlist and arraylist in java?
What is scope of a variable?