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 0 true or is 1 true?

514


give an example for encapsulation?

580


How does arraylist size increase in java?

529


What is data member in java?

499


Is java written in c?

538






how can you catch multiple exceptions in java?

541


What is the purpose of garbage collection in java, and when is it used?

559


What are the two types of java?

515


What is an empty string in css?

523


When can you say a graph to be a tree?

636


When does a class need a virtual destructor?

528


Is java code slower than native code?

554


How can you avoid serialization in child class if the base class is implementing the serializable interface?

632


Difference difference paint() and paintcomponent()?

530


How to invoke external process in java.

561