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
What is array size in java?
How do you define a set in java?
How are multiple inheritances done in Java?
what do you mean by stream pipelining in java 8? Explain
Can a constructor be made final?
State the merge-sort principle and its time complexity.
What about method local inner classes or local inner classes in java?
What is variable in java?
What is difference between checked and unchecked exception in java?
Why main function is static?
How to create a base64 decoder in java8?
What is a treeset in java?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What are default methods ?
Which number is denoted by leading zero in java?