what is ABSTRACTION and what are using in real time project?
Answer / 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 |
What is a parameter in matrices?
What is the final blank variable?
Why is java multithreaded?
What is bitwise complement?
How can you share data between two thread in Java?
What is the difference between error and exception and explain in simple words not whatever is given in the book.
Is list ordered in java?
What are the different ways to handle exceptions?
What happens when you assigned a 'double' value to a 'String'?
What is super keyword explain with example?
What is printwriter in java?
What is OOPS Concept?