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 do math powers in java?
What’s the difference between applets and standalone program?
How can we find the sum of two linked lists using stack in java?
What is vector?
What are the changes in java.io in java 8 ?
Can an interface be final?
What is a package in java? List down various advantages of packages.
Explain the selection sort algorithm?
Can inner class final?
What is unmodifiable collection in java?
Is java still necessary?
What is a instance variable?
Explain tree set and its features?
Can we use String with switch case?
What is a loop java?