what is ABSTRACTION and what are using in real time project?

Answer Posted / tarun

Abstraction is a concept of hiding complex implementation and providing required functionality to the user is known as abstraction.
in real time
1.service provider creates an Abstract Data Type(ADT).
2.Abstract datatype contains only the operation name not the implementation.
3.Implementation for those operations are provided in sub type.
4.Service user uses ADT and call methods because of polymorphisam implementation execute based on exact instance provided at run time.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is a string literal?

526


What is java util collection?

561


What is unicode used for?

575


Is java map thread safe?

495


Can we have any code between try and finally blocks?

563






What is difference between variable declaration and definition?

515


What is size of int in java?

548


Why string is not thread safe?

543


What do you mean by compiler?

585


What does it mean that strings are immutable?

576


What is the size of integer?

589


What are the differences between graph and tree?

650


Describe 2 different ways to concatenate two strings.

684


What is the synonym of string?

541


What is data object example?

534