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
What is assembly language?
Can extern variables be initialized?
What are the 6 mandatory procedures for iso 9001?
What is garbage collection? What is the process that is responsible for doing that in java?
Are strings immutable in java?
Differences between C and Java?
how are methods defined?
Explain what are final variable in java?
Explain reverse a linked list iterative solution in java?
If an object is garbage collected, can it become reachable again?
Why packages are used?
Why hashset is used in java?
Write a method that will remove given character from the string?
Does java return by reference?
Write a program to find the greatest of three numbers in java?