What is abstraction with strong example program?
(not a general program)
Answer Posted / satishkumar vishwakarma
Abstraction means showing only relevent data. means that it
shows only that part of code which is necessory for other
class rather than showing all information. Encapsulation
also does same thing. the whole funda of Abstration and
Encapsulation is Class and Access Specifiers.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How do you create a sop?
Explain serialization and deserialization in java?
What are the pillars of java?
What is Session reduplication and how its done?
What is an image buffer?
Can each java object keep track of all the threads that want to exclusively access it?
What is the purpose of static keyword in java?
Why should I use abstract class?
What is the purpose of main function in java?
How thread scheduler schedule the task?
Why isn’t there operator overloading?
What is the difference between static (class) method and instance method?
What about main() method in java ?
What are design patterns and please explain?
What is balanced tree in java?