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
How many characters is 16 bytes?
Does anyone still use java?
What is the new line character?
What is the history of java?
What do you mean by local class?
What does index mean in java?
What is the purpose of the strictfp keyword?
What are annotations in java?
What is method with example?
What are the types of literals?
What is the use of jtable?
What is ordered map in java?
Describe what happens when an object is created in java ?
What is the difference between equals() and?
What is java reflection?