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 the Scope of Static Variable?
When do we use synchronized methods in java?
What is file in java?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
what is the difference between thread and runnable types? : Java thread
What is the difference between superclass and subclass?
What is a char in java?
What is data and its types?
Which is better singleton or static class?
Explain the difference between the public, private, final, protected, and default modifiers?
What is the difference between the file and randomaccessfile classes?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is the use of default method in interface in java? Explain
Why are the methods of the math class static?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?