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
How does predicate work in java?
What happens if constructor is private?
What is the purpose of a default constructor?
What is string in java? String is a data type?
What are register variables what are the advantages?
what is the swingutilities.invokelater(runnable) method for? : Java thread
Java Compiler is stored in JDK, JRE or JVM?
Which are the two subclasses under exception class?
Explain wait(), notify() and notifyall() methods of object class ?
What is the difference between multitasking and multithreading in Java
What is java util list?
what is nested class in java?
Can we sort a map in java?
What is the major advantage of external iteration over internal iteration?
when should you use stringbuilder class in a program?