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


Please Help Members By Posting Answers For Below Questions

What is assembly language?

639


Can extern variables be initialized?

589


What are the 6 mandatory procedures for iso 9001?

616


What is garbage collection? What is the process that is responsible for doing that in java?

758


Are strings immutable in java?

599






Differences between C and Java?

707


how are methods defined?

656


Explain what are final variable in java?

671


Explain reverse a linked list iterative solution in java?

587


If an object is garbage collected, can it become reachable again?

635


Why packages are used?

635


Why hashset is used in java?

618


Write a method that will remove given character from the string?

662


Does java return by reference?

632


Write a program to find the greatest of three numbers in java?

655